diff options
| author | fett0 <fernando.gmaidana@gmail.com> | 2025-07-25 15:48:03 +0000 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-07-28 19:49:19 +0200 |
| commit | 8a4c637628f5d971732d2f501d35c0ee5cf9ade9 (patch) | |
| tree | 1cd7c29d06bce53b46810d061946b9eb6c8227c4 /data | |
| parent | fd2df0f1b34609fea5dc186b3898a0c786e1bf2b (diff) | |
| download | vyos-1x-8a4c637628f5d971732d2f501d35c0ee5cf9ade9.tar.gz vyos-1x-8a4c637628f5d971732d2f501d35c0ee5cf9ade9.zip | |
isis: T7639: add SRv6 locator support
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/frr/isisd.frr.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/frr/isisd.frr.j2 b/data/templates/frr/isisd.frr.j2 index eb14aade6..a4ea28942 100644 --- a/data/templates/frr/isisd.frr.j2 +++ b/data/templates/frr/isisd.frr.j2 @@ -130,6 +130,11 @@ advertise-passive-only {% if segment_routing.maximum_label_depth is vyos_defined %} segment-routing node-msd {{ segment_routing.maximum_label_depth }} {% endif %} +{% if segment_routing.srv6.locator is vyos_defined %} + segment-routing srv6 + locator {{ segment_routing.srv6.locator }} + exit +{% endif %} {% if segment_routing.global_block is vyos_defined %} {% if segment_routing.local_block is vyos_defined %} segment-routing global-block {{ segment_routing.global_block.low_label_value }} {{ segment_routing.global_block.high_label_value }} local-block {{ segment_routing.local_block.low_label_value }} {{ segment_routing.local_block.high_label_value }} |
