diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-10-14 11:29:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 11:29:27 +0200 |
commit | 427ea592ae8d92d29aca245683832b5bd75b643d (patch) | |
tree | ef4232e3e88c642bd469eb12d2747007451d2095 /interface-definitions/include/isis/protocol-common-config.xml.i | |
parent | 783f5e24b1c5f15f1d7e91f892051312a2a5c6c3 (diff) | |
parent | e3d66e7eb61c4fd5d29b64370a993d583f597639 (diff) | |
download | vyos-1x-427ea592ae8d92d29aca245683832b5bd75b643d.tar.gz vyos-1x-427ea592ae8d92d29aca245683832b5bd75b643d.zip |
Merge pull request #1595 from Cheeze-It/current
isis, ospf: T4739: ISIS and OSPF segment routing being refactored
Diffstat (limited to 'interface-definitions/include/isis/protocol-common-config.xml.i')
-rw-r--r-- | interface-definitions/include/isis/protocol-common-config.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/isis/protocol-common-config.xml.i b/interface-definitions/include/isis/protocol-common-config.xml.i index 57ee19300..42bda7a80 100644 --- a/interface-definitions/include/isis/protocol-common-config.xml.i +++ b/interface-definitions/include/isis/protocol-common-config.xml.i @@ -238,7 +238,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"> @@ -246,7 +246,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"> |