summaryrefslogtreecommitdiff
path: root/interface-definitions/include/static/static-route6.xml.i
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-02-10 10:02:47 +0100
committerChristian Breunig <christian@breunig.cc>2024-02-11 09:18:58 +0100
commitb84f7de453f3951945298d95a8a27345ba7d28c3 (patch)
tree452a2d38ea0804e46d5e21fc56ac858182aafa9a /interface-definitions/include/static/static-route6.xml.i
parentffca244d5c38655ce915cee373e3d6f6c9292954 (diff)
downloadvyos-1x-b84f7de453f3951945298d95a8a27345ba7d28c3.tar.gz
vyos-1x-b84f7de453f3951945298d95a8a27345ba7d28c3.zip
srv6: T5849: add segment support to "protocols static route6"
* set protocols static route6 <prefix> next-hop <address> segments 'x:x::x:x/y:y::y/z::z' * set protocols static route6 <prefix> interface <interface> segments 'x:x::x:x/y:y::y/z::z'
Diffstat (limited to 'interface-definitions/include/static/static-route6.xml.i')
-rw-r--r--interface-definitions/include/static/static-route6.xml.i5
1 files changed, 3 insertions, 2 deletions
diff --git a/interface-definitions/include/static/static-route6.xml.i b/interface-definitions/include/static/static-route6.xml.i
index a83cc230b..4468c8025 100644
--- a/interface-definitions/include/static/static-route6.xml.i
+++ b/interface-definitions/include/static/static-route6.xml.i
@@ -31,6 +31,7 @@
<children>
#include <include/generic-disable-node.xml.i>
#include <include/static/static-route-distance.xml.i>
+ #include <include/static/static-route-segments.xml.i>
#include <include/static/static-route-vrf.xml.i>
</children>
</tagNode>
@@ -47,13 +48,13 @@
</properties>
<children>
#include <include/generic-disable-node.xml.i>
+ #include <include/static/static-route-bfd.xml.i>
#include <include/static/static-route-distance.xml.i>
#include <include/static/static-route-interface.xml.i>
+ #include <include/static/static-route-segments.xml.i>
#include <include/static/static-route-vrf.xml.i>
- #include <include/static/static-route-bfd.xml.i>
</children>
</tagNode>
</children>
</tagNode>
<!-- include end -->
-