diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-12-19 19:32:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-19 19:32:45 +0100 |
commit | 71d2c583e3b8331e877bbb2f364b6da5c0a587a0 (patch) | |
tree | 41069c9cf16f53091ee13812aed97cf3f2194ff0 /interface-definitions/policy-route.xml.in | |
parent | c4097097487467300a0a63c8a75f670dc0429f7c (diff) | |
parent | d9c9092dcdc430b26a326345934c4513534bff9b (diff) | |
download | vyos-1x-71d2c583e3b8331e877bbb2f364b6da5c0a587a0.tar.gz vyos-1x-71d2c583e3b8331e877bbb2f364b6da5c0a587a0.zip |
Merge pull request #1718 from nicolas-fort/T4886_conn_mark
T4886: Firewall and route policy: Add connection-mark feature to vyos.
Diffstat (limited to 'interface-definitions/policy-route.xml.in')
-rw-r--r-- | interface-definitions/policy-route.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/policy-route.xml.in b/interface-definitions/policy-route.xml.in index 48a5bf7d1..d7b159839 100644 --- a/interface-definitions/policy-route.xml.in +++ b/interface-definitions/policy-route.xml.in @@ -52,6 +52,7 @@ #include <include/firewall/dscp.xml.i> #include <include/firewall/packet-length.xml.i> #include <include/firewall/hop-limit.xml.i> + #include <include/firewall/connection-mark.xml.i> </children> </tagNode> </children> @@ -106,6 +107,7 @@ #include <include/firewall/dscp.xml.i> #include <include/firewall/packet-length.xml.i> #include <include/firewall/ttl.xml.i> + #include <include/firewall/connection-mark.xml.i> </children> </tagNode> </children> |