summaryrefslogtreecommitdiff
path: root/interface-definitions/vrf.xml.in
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-02-16 08:31:58 +0100
committerChristian Breunig <christian@breunig.cc>2024-02-16 08:33:13 +0100
commit0fafc4bcdb9efc03796ddab0832471b11ba1bbe0 (patch)
treeb0326a26fdb6a67adee14e6e0980afc6e6a416e4 /interface-definitions/vrf.xml.in
parentece0e768f36e52f8964823d891264d7c187204ec (diff)
downloadvyos-1x-0fafc4bcdb9efc03796ddab0832471b11ba1bbe0.tar.gz
vyos-1x-0fafc4bcdb9efc03796ddab0832471b11ba1bbe0.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
Diffstat (limited to 'interface-definitions/vrf.xml.in')
-rw-r--r--interface-definitions/vrf.xml.in2
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>