diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-28 20:16:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-28 20:16:26 +0200 |
| commit | 51a17eadc063423a80502462dba0b67cb4fe3496 (patch) | |
| tree | aa222a506a3025b2d843c9f62003fe2518424046 /interface-definitions/include/ospf | |
| parent | 112169e27080829fd94dee86a392a539f2d34fe8 (diff) | |
| parent | 19d67d66b28b6ec76dd74cf48cee0bae84925e6b (diff) | |
| download | vyos-1x-51a17eadc063423a80502462dba0b67cb4fe3496.tar.gz vyos-1x-51a17eadc063423a80502462dba0b67cb4fe3496.zip | |
Merge pull request #4625 from fett0/T7639
isis: T7639: set SRv6 locator in ISIS
Diffstat (limited to 'interface-definitions/include/ospf')
| -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 f597be64e..571ccbded 100644 --- a/interface-definitions/include/ospf/protocol-common-config.xml.i +++ b/interface-definitions/include/ospf/protocol-common-config.xml.i @@ -680,7 +680,7 @@ <children> <node name="global-block"> <properties> - <help>Segment Routing Global Block label range</help> + <help>Segment-Routing Global Block label range</help> </properties> <children> #include <include/segment-routing-label-value.xml.i> @@ -688,7 +688,7 @@ </node> <node name="local-block"> <properties> - <help>Segment Routing Local Block label range</help> + <help>Segment-Routing Local Block label range</help> </properties> <children> #include <include/segment-routing-label-value.xml.i> |
