summaryrefslogtreecommitdiff
path: root/interface-definitions/include/nat-rule.xml.i
AgeCommit message (Collapse)Author
2022-11-03nat: T1877: T970: Add firewall groups to NATsarthurdev
2022-08-08nat66: T4598: add file nat-exclue.xml.i, which is invoked by nat66.xml.in ↵Nicolas Fort
and nat-rule.xml.i
2022-01-07xml: nat: use generic bulding block for rule descriptionChristian Poessinger
2021-08-29xml: add missing "u32:" value declarator on integer rangesChristian Poessinger
2021-03-14xml: include: fix typo on include commentChristian Poessinger
When including XML files they all contained a comment from where the snipped had actually been included from. The comment had been "included start" and "included end" instead of "include start" and "include end". This commit corrects the glitch.
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