Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-25 | T5681: Firewall,Nat and Nat66: simplified and standarize interface matcher ↵ | Nicolas Fort | |
(valid for interfaces and groups) in firewal, nat and nat66. | |||
2023-10-11 | T5643: nat: add interface-groups to nat. Use same cli structure for ↵ | Nicolas Fort | |
interface-name|interface-group as in firewall. | |||
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-02-22 | T3346: handle the case of empty nodes when migrating NAT to syntax version 5 | Daniil Baturin | |
2020-05-16 | nat: T2198: migrate "log enable" node to only "log" | Christian Poessinger | |