summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorKyrylo Yatsenko <hedrok@gmail.com>2026-04-25 22:58:46 +0300
committerKyrylo Yatsenko <hedrok@gmail.com>2026-04-27 08:25:18 +0300
commitc668f79a77276d588b91dca71bbbc3868982837e (patch)
treed34a052ab1f17b91e74b22fa8b5b66547b8a572b /interface-definitions
parent45509acb7fb32f4680f2c03162846b21b7aa2f59 (diff)
downloadvyos-1x-c668f79a77276d588b91dca71bbbc3868982837e.tar.gz
vyos-1x-c668f79a77276d588b91dca71bbbc3868982837e.zip
T8535: Remove next-hop-self for BGP link state
BGP link-state doesn't support next-hop-self, so remove it.
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/include/bgp/neighbor-afi-link-state.xml.i10
1 files changed, 4 insertions, 6 deletions
diff --git a/interface-definitions/include/bgp/neighbor-afi-link-state.xml.i b/interface-definitions/include/bgp/neighbor-afi-link-state.xml.i
index cc3ca3e4e..fa31f5c46 100644
--- a/interface-definitions/include/bgp/neighbor-afi-link-state.xml.i
+++ b/interface-definitions/include/bgp/neighbor-afi-link-state.xml.i
@@ -1,10 +1,8 @@
<!-- include start from bgp/neighbor-afi-link-state.xml.i -->
-<node name="link-state">
+<leafNode name="link-state">
<properties>
- <help>Link State BGP settings</help>
+ <help>Link State BGP address family</help>
+ <valueless/>
</properties>
- <children>
- #include <include/bgp/afi-nexthop-self.xml.i>
- </children>
-</node>
+</leafNode>
<!-- include end -->