summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-04-27 14:25:32 +0300
committerGitHub <noreply@github.com>2026-04-27 14:25:32 +0300
commit6bbd589ae563e4737845217710ff80c73a3b8fc4 (patch)
tree7d9835b1463a2943f59fdada858f07a40f0f42f4
parent0cc2bbfc54370cce2d2c7540fb155e464207f1be (diff)
parentc668f79a77276d588b91dca71bbbc3868982837e (diff)
downloadvyos-1x-6bbd589ae563e4737845217710ff80c73a3b8fc4.tar.gz
vyos-1x-6bbd589ae563e4737845217710ff80c73a3b8fc4.zip
Merge pull request #5144 from hedrok/T8535-fix-bgp-link-state-options
T8535: Remove next-hop-self for BGP link state
-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 -->