diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-01-31 19:26:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 19:26:56 +0100 |
commit | b3066e73ff48da560ae5ba56de4c8f2e9e94d3c2 (patch) | |
tree | f4508c7d3d5efd93a39f970d8460366d3bc26f26 /interface-definitions/policy-local-route.xml.in | |
parent | 36e54482a242e785c7a052035549bb45a117ea9a (diff) | |
parent | c6c562eca6ff469f603697f7f1d9319b2a5504a3 (diff) | |
download | vyos-1x-b3066e73ff48da560ae5ba56de4c8f2e9e94d3c2.tar.gz vyos-1x-b3066e73ff48da560ae5ba56de4c8f2e9e94d3c2.zip |
Merge pull request #1196 from hensur/current-ipv6-local-route-iif
policy: T4219: add local-route(6) inbound-interface support
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> |