<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts/policy, branch 1.4.0-rc2</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.4.0-rc2</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.4.0-rc2'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2023-12-30T19:32:02+00:00</updated>
<entry>
<title>firewall: T5834: Migration for 'enable-default-log' to 'default-log'</title>
<updated>2023-12-30T19:32:02+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2023-12-18T08:57:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=201501ace13020e187dfbba4b125eb3f8664046d'/>
<id>urn:sha1:201501ace13020e187dfbba4b125eb3f8664046d</id>
<content type='text'>
(cherry picked from commit 7c40b70af9def9242b30d1fc949288d9da2bd027)
</content>
</entry>
<entry>
<title>T5729: T5590: T5616: backport to sagita fwall marks, fix on firewall logs parsing, and migration to valueless node for log and state matchers</title>
<updated>2023-11-14T11:23:40+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-11-13T18:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9e053268355f16b9aba6a551febc1e8902cf20c9'/>
<id>urn:sha1:9e053268355f16b9aba6a551febc1e8902cf20c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5165: Migrate policy local-route rule x destination to address</title>
<updated>2023-10-02T09:10:26+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-09-29T15:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7386efaf8d24d6fcf8c5dd769cefc80132e854dd'/>
<id>urn:sha1:7386efaf8d24d6fcf8c5dd769cefc80132e854dd</id>
<content type='text'>
Migrate policy local-route &lt;destination|source&gt; to node address

replace 'policy local-route{v6} rule &lt;tag&gt; destination|source &lt;x.x.x.x&gt;'
     =&gt; 'policy local-route{v6} rule &lt;tag&gt; destination|source address &lt;x.x.x.x&gt;'

(cherry picked from commit 9f7a5f79200782f7849cab72f55a39dedf45f214)
</content>
</entry>
<entry>
<title>T5427: Fix migration script arguments len expects 2 args</title>
<updated>2023-08-02T09:12:23+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-08-02T09:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d1923b7b58795f0d9635ae0e8df110f591881bdf'/>
<id>urn:sha1:d1923b7b58795f0d9635ae0e8df110f591881bdf</id>
<content type='text'>
The script's name is always provided as the first argument sys.argv[0]
Expected length for argv is 2 (script itself + config file)

Change: 'if (len(argv) &lt; 1)' to 'if len(argv) &lt; 2'
</content>
</entry>
<entry>
<title>policy: T5357: only delete migrated BGP community rules</title>
<updated>2023-07-13T21:26:19+00:00</updated>
<author>
<name>Jonathan Voss</name>
<email>jvoss@onvox.net</email>
</author>
<published>2023-07-13T19:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=960cace189d7ace2bea0968646b1348b415e0363'/>
<id>urn:sha1:960cace189d7ace2bea0968646b1348b415e0363</id>
<content type='text'>
</content>
</entry>
<entry>
<title>policy: T2199: T4605: Migrate policy route interface to `policy route|route6 &lt;name&gt; interface &lt;ifname&gt;`</title>
<updated>2022-11-11T15:37:56+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2022-11-02T14:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=586b24e0af1ae57c47c772229fc94ab50dfc1e4f'/>
<id>urn:sha1:586b24e0af1ae57c47c772229fc94ab50dfc1e4f</id>
<content type='text'>
* Include refactor to policy route to allow for deletion of mangle table instead of complex cleanup
* T4605: Rename mangle table to vyos_mangle
</content>
</entry>
<entry>
<title>policy: T4660: Changed CLI syntax in route-map set community</title>
<updated>2022-10-03T10:38:56+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2022-09-01T13:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=507f6ac423403b57f375309b483c6ccc1c83ad06'/>
<id>urn:sha1:507f6ac423403b57f375309b483c6ccc1c83ad06</id>
<content type='text'>
Changed CLI syntax in route-map set community,
set large-community, set extcommunity
Allows to add multiple communities, large-communities
and extcommunities in clear view.
Added new well-known communities.
Added non-transitive feature in extcommunities.
Fixed community's validators.
</content>
</entry>
<entry>
<title>policy: T3976: fix SyntaxError: invalid non-printable character</title>
<updated>2022-05-31T04:48:57+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-05-31T04:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b2dd9d670fd0ca3723bd6019e946d39df174498b'/>
<id>urn:sha1:b2dd9d670fd0ca3723bd6019e946d39df174498b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>IPv6: T3976: add prefix-list and access-list option from ipv6 route-map</title>
<updated>2022-05-31T04:46:07+00:00</updated>
<author>
<name>fett0</name>
<email>50275740+fett0@users.noreply.github.com</email>
</author>
<published>2022-05-31T04:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0e32faf6db96262b0a6376b54be033b4b72477f2'/>
<id>urn:sha1:0e32faf6db96262b0a6376b54be033b4b72477f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>firewall: policy: T4178: Migrate and refactor tcp flags</title>
<updated>2022-01-17T11:28:12+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2022-01-15T11:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=64668771d5f14fc4b68fff382d166238c164bdde'/>
<id>urn:sha1:64668771d5f14fc4b68fff382d166238c164bdde</id>
<content type='text'>
* Add support for ECN and CWR flags
</content>
</entry>
</feed>
