Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-06 | T6199: remove unused Python imports from migration scripts | Christian Breunig | |
2023-12-05 | T5779: conntrack: Apply fixes to <set system conntrack timeout custom>. ↵ | Nicolas Fort | |
Remove what was not working on 1.3, migrate what was working to new syntax and extend feature for ipv6. | |||
2023-09-04 | conntrack: T4309: T4903: Refactor `system conntrack ignore` rule generation, ↵ | sarthurdev | |
add IPv6 support and firewall groups | |||
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' | |||
2021-08-15 | conntrack: T3275: migrate 'disable' syntax to 'enable' syntax for the new ↵ | Lulu Cathrinus Grimalkin | |
default behavior | |||
2021-02-10 | conntrack: T3290: remove references to removed GRE plugins | Brandon Stepler | |