diff options
author | Henning Surmeier <me@hensur.de> | 2022-01-28 23:55:06 +0100 |
---|---|---|
committer | Henning Surmeier <me@hensur.de> | 2022-01-30 18:05:58 +0100 |
commit | c6c562eca6ff469f603697f7f1d9319b2a5504a3 (patch) | |
tree | 6aafaa12658515f0a36969d09d319b348dcc1768 /interface-definitions/policy-local-route.xml.in | |
parent | 0a0d4abc02da89f68d453495ec002d2afecfca7b (diff) | |
download | vyos-1x-c6c562eca6ff469f603697f7f1d9319b2a5504a3.tar.gz vyos-1x-c6c562eca6ff469f603697f7f1d9319b2a5504a3.zip |
policy: T4219: add local-route(6) incoming-interface
Diffstat (limited to 'interface-definitions/policy-local-route.xml.in')
-rw-r--r-- | interface-definitions/policy-local-route.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/policy-local-route.xml.in b/interface-definitions/policy-local-route.xml.in index 11b1e04d9..573a7963f 100644 --- a/interface-definitions/policy-local-route.xml.in +++ b/interface-definitions/policy-local-route.xml.in @@ -88,6 +88,7 @@ <multi/> </properties> </leafNode> + #include <include/interface/inbound-interface.xml.i> </children> </tagNode> </children> @@ -177,6 +178,7 @@ <multi/> </properties> </leafNode> + #include <include/interface/inbound-interface.xml.i> </children> </tagNode> </children> |