diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-02-18 21:23:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-18 21:23:56 +0100 |
| commit | c386550aa8dd07026eba25bf40323c8d2439b6e2 (patch) | |
| tree | 35ba1a7283d3438e69c8c703bc6a00b21b0ba394 /interface-definitions | |
| parent | d87b82578323a9fe9f2678e183f55492c7c7057c (diff) | |
| parent | 32db496ac1cb54fc46ad42f924803fd89bf92c75 (diff) | |
| download | vyos-1x-c386550aa8dd07026eba25bf40323c8d2439b6e2.tar.gz vyos-1x-c386550aa8dd07026eba25bf40323c8d2439b6e2.zip | |
Merge pull request #4961 from jvoss/srv6_encapsulation
srv6: T6977: add srv6 encapsulation source-address
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/protocols_segment-routing.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/protocols_segment-routing.xml.in b/interface-definitions/protocols_segment-routing.xml.in index 075245936..32e61ebfc 100644 --- a/interface-definitions/protocols_segment-routing.xml.in +++ b/interface-definitions/protocols_segment-routing.xml.in @@ -61,6 +61,14 @@ <help>Segment-Routing SRv6 configuration</help> </properties> <children> + <node name="encapsulation"> + <properties> + <help>Segment Routing SRv6 encapsulation</help> + </properties> + <children> + #include <include/source-address-ipv6.xml.i> + </children> + </node> <tagNode name="locator"> <properties> <help>Segment-Routing SRv6 locators configuration</help> |
