From cafd8840dfeda5cac5f723716c0b234935284856 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 10 Feb 2024 10:02:47 +0100 Subject: srv6: T5849: add segment support to "protocols static route6" * set protocols static route6 next-hop
segments 'x:x::x:x/y:y::y/z::z' * set protocols static route6 interface segments 'x:x::x:x/y:y::y/z::z' (cherry picked from commit b84f7de453f3951945298d95a8a27345ba7d28c3) --- .../include/static/static-route-reject.xml.i | 1 - .../include/static/static-route-segments.xml.i | 14 ++++++++++++++ interface-definitions/include/static/static-route6.xml.i | 5 +++-- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 interface-definitions/include/static/static-route-segments.xml.i (limited to 'interface-definitions/include/static') diff --git a/interface-definitions/include/static/static-route-reject.xml.i b/interface-definitions/include/static/static-route-reject.xml.i index 81d4f9afd..ef713ac85 100644 --- a/interface-definitions/include/static/static-route-reject.xml.i +++ b/interface-definitions/include/static/static-route-reject.xml.i @@ -9,4 +9,3 @@ - diff --git a/interface-definitions/include/static/static-route-segments.xml.i b/interface-definitions/include/static/static-route-segments.xml.i new file mode 100644 index 000000000..2068b1ab4 --- /dev/null +++ b/interface-definitions/include/static/static-route-segments.xml.i @@ -0,0 +1,14 @@ + + + + SRv6 segments + + txt + Segs (SIDs) + + + + + + + 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 @@ #include #include + #include #include @@ -47,13 +48,13 @@ #include + #include #include #include + #include #include - #include - -- cgit v1.2.3