<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts/firewall/6-to-7, branch 1.4.0</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</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.4.0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-04-11T15:40:43+00:00</updated>
<entry>
<title>T6216: firewall: add patch while migrating from 1.3 to 1.4 in order to avoid errors when using character &lt;+&gt; in 1.3 in firewall groups and custom firewall chains.</title>
<updated>2024-04-11T15:40:43+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-04-10T13:44:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ea32a6f62e04982de6c93ebbf7eb6218cbf8f83c'/>
<id>urn:sha1:ea32a6f62e04982de6c93ebbf7eb6218cbf8f83c</id>
<content type='text'>
(cherry picked from commit 36baf771b8ea52487bf6c913d2019f926acbc4f3)
</content>
</entry>
<entry>
<title>firewall: T6071: truncate rule description field to 255 characters</title>
<updated>2024-03-10T14:18:21+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-03-10T11:51:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d5302168b5e40aafa917866edd18c6b71ccf93c8'/>
<id>urn:sha1:d5302168b5e40aafa917866edd18c6b71ccf93c8</id>
<content type='text'>
(cherry picked from commit 259ef4740413b39da9b122db19c549eeec88114c)
</content>
</entry>
<entry>
<title>T5888: fix migration script in order to fit new type-names for icmp and icmpv6.</title>
<updated>2024-01-02T19:13:50+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-01-02T18:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7b086968c517050ec0e27c6d35606d7ba8a5f2d4'/>
<id>urn:sha1:7b086968c517050ec0e27c6d35606d7ba8a5f2d4</id>
<content type='text'>
(cherry picked from commit 1ccb3e634d45d0d1a8e190297cc0a310cb0069d6)
</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>firewall: T2199: Fix migration when `icmpv6 type` is an integer</title>
<updated>2022-07-05T17:16:55+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2022-07-05T17:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d9ba5d4a6f38111b9656c91589bdc274214ac93b'/>
<id>urn:sha1:d9ba5d4a6f38111b9656c91589bdc274214ac93b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>firewall: T4209: Fix support for rule `recent` matches</title>
<updated>2022-02-04T00:09:42+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2022-01-27T15:58:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=22f0794a9f195e69e277d48f031fe934febe9408'/>
<id>urn:sha1:22f0794a9f195e69e277d48f031fe934febe9408</id>
<content type='text'>
</content>
</entry>
<entry>
<title>firewall: T4217: install protocol tcp_udp if port group does not use a protocol</title>
<updated>2022-01-28T21:14:18+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-01-28T21:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=137c9b8b4c01ceb041e50d539e2198fe876b6362'/>
<id>urn:sha1:137c9b8b4c01ceb041e50d539e2198fe876b6362</id>
<content type='text'>
</content>
</entry>
<entry>
<title>firewall: T4186: ICMP/v6 migrations</title>
<updated>2022-01-21T21:35:30+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2022-01-21T13:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4f8f49c9945aea96e24e984de36a7ebb03916984'/>
<id>urn:sha1:4f8f49c9945aea96e24e984de36a7ebb03916984</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>
<entry>
<title>firewall: T2199: Migrate firewall to XML/Python</title>
<updated>2021-12-06T20:20:49+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2021-07-28T10:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fdeba8da3e99256fe449e331d0b833a941315226'/>
<id>urn:sha1:fdeba8da3e99256fe449e331d0b833a941315226</id>
<content type='text'>
</content>
</entry>
</feed>
