From 252e60eca71ade673843edc04b4be241e267b29d Mon Sep 17 00:00:00 2001 From: Jonathan Voss Date: Sat, 28 Dec 2024 02:44:23 +0000 Subject: srv6: T6984: add locator format configuration --- data/templates/frr/zebra.segment_routing.frr.j2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') diff --git a/data/templates/frr/zebra.segment_routing.frr.j2 b/data/templates/frr/zebra.segment_routing.frr.j2 index 7b12fcdd0..718d47d8f 100644 --- a/data/templates/frr/zebra.segment_routing.frr.j2 +++ b/data/templates/frr/zebra.segment_routing.frr.j2 @@ -10,6 +10,9 @@ segment-routing {% endif %} {% if locator_config.behavior_usid is vyos_defined %} behavior usid +{% endif %} +{% if locator_config.format is vyos_defined %} + format {{ locator_config.format }} {% endif %} exit ! -- cgit v1.2.3