diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2023-07-04 09:58:26 -0300 |
---|---|---|
committer | Nicolas Fort <nicolasfort1988@gmail.com> | 2023-08-11 11:50:00 -0300 |
commit | f57ad85b346a08bd3aa31d95c9a7438f783c2b6e (patch) | |
tree | 0a7a7eeb21c92c6fb93d200d0f7a37d04b10132c /interface-definitions/include/firewall/ipv4-hook-output.xml.i | |
parent | a07a46d5d4ace155bc540aee6c745b600d6498b0 (diff) | |
download | vyos-1x-f57ad85b346a08bd3aa31d95c9a7438f783c2b6e.tar.gz vyos-1x-f57ad85b346a08bd3aa31d95c9a7438f783c2b6e.zip |
T5160: firewall refactor: fix regexep for connection-status. Create new file with common matcher for ipv4 and ipv6, and use include on all chains for all this comman matchers
Diffstat (limited to 'interface-definitions/include/firewall/ipv4-hook-output.xml.i')
-rw-r--r-- | interface-definitions/include/firewall/ipv4-hook-output.xml.i | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/interface-definitions/include/firewall/ipv4-hook-output.xml.i b/interface-definitions/include/firewall/ipv4-hook-output.xml.i index e870e2b79..d50d1e93b 100644 --- a/interface-definitions/include/firewall/ipv4-hook-output.xml.i +++ b/interface-definitions/include/firewall/ipv4-hook-output.xml.i @@ -26,14 +26,6 @@ <children> #include <include/firewall/common-rule-ipv4.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 ipv4 name</path> - </completionHelp> - </properties> - </leafNode> </children> </tagNode> </children> |