diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-16 08:31:58 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-02-16 08:37:44 +0000 |
commit | 42e83b8b2cca6ba73c2663629cf92b3b2b225898 (patch) | |
tree | 8181127e90e5a8ca6e19a6b1af624acf56482eb4 /interface-definitions/vrf.xml.in | |
parent | 64c8318b94d91b37ddc60632aa1203f37e65ccd7 (diff) | |
download | vyos-1x-42e83b8b2cca6ba73c2663629cf92b3b2b225898.tar.gz vyos-1x-42e83b8b2cca6ba73c2663629cf92b3b2b225898.zip |
T6001: add option to disable next-hop-tracking resolve-via-default in VRF context
* set vrf name <name> ip nht no-resolve-via-default
* set vrf name <name> ipv6 nht no-resolve-via-default
(cherry picked from commit 0fafc4bcdb9efc03796ddab0832471b11ba1bbe0)
Diffstat (limited to 'interface-definitions/vrf.xml.in')
-rw-r--r-- | interface-definitions/vrf.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index e5ec539d3..25f26d0cc 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -34,6 +34,7 @@ </properties> <children> #include <include/interface/disable-forwarding.xml.i> + #include <include/system-ip-nht.xml.i> #include <include/system-ip-protocol.xml.i> </children> </node> @@ -43,6 +44,7 @@ </properties> <children> #include <include/interface/disable-forwarding.xml.i> + #include <include/system-ip-nht.xml.i> #include <include/system-ipv6-protocol.xml.i> </children> </node> |