diff options
author | Cheeze_It <none@none.com> | 2022-10-13 20:36:37 -0700 |
---|---|---|
committer | Cheeze_It <none@none.com> | 2022-10-13 20:36:37 -0700 |
commit | e3d66e7eb61c4fd5d29b64370a993d583f597639 (patch) | |
tree | d88301348274cfeac9685d79990022b38913d4df /interface-definitions | |
parent | 57dd8a257052bbfa76447ddf83ef2f7e5efa2744 (diff) | |
download | vyos-1x-e3d66e7eb61c4fd5d29b64370a993d583f597639.tar.gz vyos-1x-e3d66e7eb61c4fd5d29b64370a993d583f597639.zip |
T4739: OSPF segment routing being refactored
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/ospf/protocol-common-config.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/ospf/protocol-common-config.xml.i b/interface-definitions/include/ospf/protocol-common-config.xml.i index 28e3b473b..0615063af 100644 --- a/interface-definitions/include/ospf/protocol-common-config.xml.i +++ b/interface-definitions/include/ospf/protocol-common-config.xml.i @@ -631,7 +631,7 @@ <help>Segment Routing Global Block label range</help> </properties> <children> - #include <include/isis/high-low-label-value.xml.i> + #include <include/segment-routing-label-value.xml.i> </children> </node> <node name="local-block"> @@ -639,7 +639,7 @@ <help>Segment Routing Local Block label range</help> </properties> <children> - #include <include/isis/high-low-label-value.xml.i> + #include <include/segment-routing-label-value.xml.i> </children> </node> <leafNode name="maximum-label-depth"> |