diff options
author | Christian Breunig <christian@breunig.cc> | 2023-03-31 16:16:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-31 16:16:08 +0200 |
commit | 11ace86f58261908f1ab15366b73aeddb14745c9 (patch) | |
tree | 9b76855c810d1a6600e2c8a3796bddafebb11133 /interface-definitions/policy-route.xml.in | |
parent | d98b70aead175809f9b14b9f16779481bbde0877 (diff) | |
parent | c41af9698abaeb1dc656933570c14fc9d75c9ce5 (diff) | |
download | vyos-1x-11ace86f58261908f1ab15366b73aeddb14745c9.tar.gz vyos-1x-11ace86f58261908f1ab15366b73aeddb14745c9.zip |
Merge pull request #1922 from nicolas-fort/T5128
T5128: Policy Route: allow wildcard on interface
Diffstat (limited to 'interface-definitions/policy-route.xml.in')
-rw-r--r-- | interface-definitions/policy-route.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/policy-route.xml.in b/interface-definitions/policy-route.xml.in index bbd6dbf56..d4ec75786 100644 --- a/interface-definitions/policy-route.xml.in +++ b/interface-definitions/policy-route.xml.in @@ -12,8 +12,8 @@ </properties> <children> #include <include/generic-description.xml.i> - #include <include/generic-interface-multi.xml.i> #include <include/firewall/enable-default-log.xml.i> + #include <include/generic-interface-multi-wildcard.xml.i> <tagNode name="rule"> <properties> <help>Policy rule number</help> @@ -67,8 +67,8 @@ </properties> <children> #include <include/generic-description.xml.i> - #include <include/generic-interface-multi.xml.i> #include <include/firewall/enable-default-log.xml.i> + #include <include/generic-interface-multi-wildcard.xml.i> <tagNode name="rule"> <properties> <help>Policy rule number</help> |