diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2024-10-03 14:51:55 +0000 |
---|---|---|
committer | Nicolas Fort <nicolasfort1988@gmail.com> | 2024-10-03 14:51:55 +0000 |
commit | e846d2c1500df83742eb803684980396857cc0f1 (patch) | |
tree | f05a6b0170d885d02690904caad5a43f08a6258d /interface-definitions/include/firewall/ipv4-hook-prerouting.xml.i | |
parent | 6b7159f2927f004320c77043d0c819a6b660806d (diff) | |
download | vyos-1x-e846d2c1500df83742eb803684980396857cc0f1.tar.gz vyos-1x-e846d2c1500df83742eb803684980396857cc0f1.zip |
T6760: firewall: add packet modifications existing in policy route to regular firewall ruleset.
Diffstat (limited to 'interface-definitions/include/firewall/ipv4-hook-prerouting.xml.i')
-rw-r--r-- | interface-definitions/include/firewall/ipv4-hook-prerouting.xml.i | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/interface-definitions/include/firewall/ipv4-hook-prerouting.xml.i b/interface-definitions/include/firewall/ipv4-hook-prerouting.xml.i index b431303ae..6f9fe6842 100644 --- a/interface-definitions/include/firewall/ipv4-hook-prerouting.xml.i +++ b/interface-definitions/include/firewall/ipv4-hook-prerouting.xml.i @@ -35,6 +35,10 @@ #include <include/firewall/common-rule-ipv4-raw.xml.i> #include <include/firewall/match-ipsec-in.xml.i> #include <include/firewall/inbound-interface.xml.i> + #include <include/firewall/set-packet-modifications-dscp.xml.i> + #include <include/firewall/set-packet-modifications-mark.xml.i> + #include <include/firewall/set-packet-modifications-tcp-mss.xml.i> + #include <include/firewall/set-packet-modifications-ttl.xml.i> <leafNode name="jump-target"> <properties> <help>Set jump target. Action jump must be defined to use this setting</help> |