diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-28 19:47:34 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-07-28 19:49:19 +0200 |
| commit | 19d67d66b28b6ec76dd74cf48cee0bae84925e6b (patch) | |
| tree | 59309e6819ad98c2be4e5701fe6d4a185bb5766d /interface-definitions/include/ospf | |
| parent | 8a4c637628f5d971732d2f501d35c0ee5cf9ade9 (diff) | |
| download | vyos-1x-19d67d66b28b6ec76dd74cf48cee0bae84925e6b.tar.gz vyos-1x-19d67d66b28b6ec76dd74cf48cee0bae84925e6b.zip | |
T7639: use common naming style for "Segment-Routing" over "Segment Routing"
Multiple styles were used - streamline this to make it look more professional.
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> |
