diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2023-05-23 14:48:15 -0300 |
---|---|---|
committer | Nicolas Fort <nicolasfort1988@gmail.com> | 2023-08-11 10:41:30 -0300 |
commit | 1c2209c1dc84993d0f766f3d14df1fb3adf9dda2 (patch) | |
tree | 6f96f9a39b55e613e35d061cd2aa1df969971676 /interface-definitions/include/firewall/ipv4-hook-forward.xml.i | |
parent | 43294da10313198c4f71f46eb39c4276551ad118 (diff) | |
download | vyos-1x-1c2209c1dc84993d0f766f3d14df1fb3adf9dda2.tar.gz vyos-1x-1c2209c1dc84993d0f766f3d14df1fb3adf9dda2.zip |
T5160: firewall refactor: new cli structure. Update only all xml
Diffstat (limited to 'interface-definitions/include/firewall/ipv4-hook-forward.xml.i')
-rw-r--r-- | interface-definitions/include/firewall/ipv4-hook-forward.xml.i | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/interface-definitions/include/firewall/ipv4-hook-forward.xml.i b/interface-definitions/include/firewall/ipv4-hook-forward.xml.i new file mode 100644 index 000000000..6179afe31 --- /dev/null +++ b/interface-definitions/include/firewall/ipv4-hook-forward.xml.i @@ -0,0 +1,44 @@ +<!-- include start from firewall/ipv4-hook-forward.xml.i --> +<node name="forward"> + <properties> + <help>IPv4 forward firewall</help> + </properties> + <children> + <node name="filter"> + <properties> + <help>IPv4 firewall forward filter</help> + </properties> + <children> + #include <include/firewall/default-action-base-chains.xml.i> + #include <include/generic-description.xml.i> + <tagNode name="rule"> + <properties> + <help>IP Firewall forward filter rule number</help> + <valueHelp> + <format>u32:1-999999</format> + <description>Number for this firewall rule</description> + </valueHelp> + <constraint> + <validator name="numeric" argument="--range 1-999999"/> + </constraint> + <constraintErrorMessage>Firewall rule number must be between 1 and 999999</constraintErrorMessage> + </properties> + <children> + #include <include/firewall/common-rule-ipv4.xml.i> + #include <include/firewall/inbound-interface.xml.i> + #include <include/firewall/outbound-interface.xml.i> + <leafNode name="jump-target"> + <properties> + <help>Set jump target. Action jump must be defined to use this setting</help> + <completionHelp> + <path>firewall ip name</path> + </completionHelp> + </properties> + </leafNode> + </children> + </tagNode> + </children> + </node> + </children> +</node> +<!-- include end -->
\ No newline at end of file |