diff options
| author | Jonathan Voss <jvoss@onvox.net> | 2024-12-24 14:18:43 +0000 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-02-15 13:17:09 +0100 |
| commit | 32db496ac1cb54fc46ad42f924803fd89bf92c75 (patch) | |
| tree | c73348c85f8a3e7ed942fa84db099488d59ed3fe /interface-definitions | |
| parent | 82461ce7856aaf91d1b8a85ca45080e26783fc5e (diff) | |
| download | vyos-1x-32db496ac1cb54fc46ad42f924803fd89bf92c75.tar.gz vyos-1x-32db496ac1cb54fc46ad42f924803fd89bf92c75.zip | |
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> |
