Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-11 | T6216: firewall: add patch while migrating from 1.3 to 1.4 in order to avoid ↵ | Nicolas Fort | |
errors when using character <+> in 1.3 in firewall groups and custom firewall chains. (cherry picked from commit 36baf771b8ea52487bf6c913d2019f926acbc4f3) | |||
2024-03-10 | firewall: T6071: truncate rule description field to 255 characters | Christian Breunig | |
(cherry picked from commit 259ef4740413b39da9b122db19c549eeec88114c) | |||
2024-01-02 | T5888: fix migration script in order to fit new type-names for icmp and icmpv6. | Nicolas Fort | |
(cherry picked from commit 1ccb3e634d45d0d1a8e190297cc0a310cb0069d6) | |||
2023-08-02 | T5427: Fix migration script arguments len expects 2 args | Viacheslav Hletenko | |
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) < 1)' to 'if len(argv) < 2' | |||
2022-07-05 | firewall: T2199: Fix migration when `icmpv6 type` is an integer | sarthurdev | |
2022-02-04 | firewall: T4209: Fix support for rule `recent` matches | sarthurdev | |
2022-01-28 | firewall: T4217: install protocol tcp_udp if port group does not use a protocol | Christian Poessinger | |
2022-01-21 | firewall: T4186: ICMP/v6 migrations | sarthurdev | |
2022-01-17 | firewall: policy: T4178: Migrate and refactor tcp flags | sarthurdev | |
* Add support for ECN and CWR flags | |||
2021-12-06 | firewall: T2199: Migrate firewall to XML/Python | sarthurdev | |