summaryrefslogtreecommitdiff
path: root/interface-definitions/include/nat-rule.xml.i
AgeCommit message (Collapse)Author
2021-01-07xml: include: provide generic include for disable nodeChristian Poessinger
2020-12-25nat: T3092: add u32 qualifier in front of rule idChristian Poessinger
2020-11-28nat: T3092: migrate to get_config_dict()Christian Poessinger
The NAT system consists out of nested tag nodes which makes manual parsing very hard. This is a perfect candidate for migrating this to get_config_dict() as there is already a smoketest in place. In addition this should make it easier to add features like static nat/hairpin.
2020-10-04xml: include: add comment about source filename to every include snippetChristian Poessinger
2020-08-06nat: T2764: increase maximum rule number to 999999Jernej Jakob
2020-05-16nat: T2198: add common ip-protocol validatorChristian Poessinger
It allows IP protocol numbers 0-255, protocol names e.g. tcp, ip, ipv6 and the negated form with a leading "!".
2020-05-16nat: T2198: add protocol completion helper and regex constraintChristian Poessinger
2020-05-16nat: T2198: split nat-address-port include into individual filesChristian Poessinger
2020-05-16nat: T2198: initial XML and Python representationChristian Poessinger