diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-29 12:07:53 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-29 12:07:53 +0200 |
commit | 33ccbfdd0b367a2416c3a8b41a73d7477123d276 (patch) | |
tree | 2bc62473fd46ada2ae1191d7d48c4884d573d5a1 /interface-definitions/include/ospf/protocol-common-config.xml.i | |
parent | 91a4d57d429719cbb35fe38f31e1889645a5579a (diff) | |
download | vyos-1x-33ccbfdd0b367a2416c3a8b41a73d7477123d276.tar.gz vyos-1x-33ccbfdd0b367a2416c3a8b41a73d7477123d276.zip |
ospf: xml: T3236: update help strings
Diffstat (limited to 'interface-definitions/include/ospf/protocol-common-config.xml.i')
-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 c4ca613a4..546516a80 100644 --- a/interface-definitions/include/ospf/protocol-common-config.xml.i +++ b/interface-definitions/include/ospf/protocol-common-config.xml.i @@ -665,7 +665,7 @@ </node> <node name="kernel"> <properties> - <help>Redistribute kernel routes</help> + <help>Redistribute Kernel routes</help> </properties> <children> #include <include/ospf/metric.xml.i> @@ -685,7 +685,7 @@ </node> <node name="static"> <properties> - <help>Redistribute static routes</help> + <help>Redistribute statically configured routes</help> </properties> <children> #include <include/ospf/metric.xml.i> |