diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-03-03 19:10:07 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-03-03 19:10:07 +0100 |
commit | 9d2fa6f85847bbb59af42809c50e4547542e4845 (patch) | |
tree | 34bad4cb759127a22e331497015a34be699239bd /interface-definitions | |
parent | 0e23fc10581cde7b31101990566f59eded826233 (diff) | |
download | vyos-1x-9d2fa6f85847bbb59af42809c50e4547542e4845.tar.gz vyos-1x-9d2fa6f85847bbb59af42809c50e4547542e4845.zip |
static: T4283: fix help string for route/route6
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/static/static-route.xml.i | 2 | ||||
-rw-r--r-- | interface-definitions/include/static/static-route6.xml.i | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/static/static-route.xml.i b/interface-definitions/include/static/static-route.xml.i index 21babc015..903915066 100644 --- a/interface-definitions/include/static/static-route.xml.i +++ b/interface-definitions/include/static/static-route.xml.i @@ -1,7 +1,7 @@ <!-- include start from static/static-route.xml.i --> <tagNode name="route"> <properties> - <help>VRF static IPv4 route</help> + <help>Static IPv4 route</help> <valueHelp> <format>ipv4net</format> <description>IPv4 static route</description> diff --git a/interface-definitions/include/static/static-route6.xml.i b/interface-definitions/include/static/static-route6.xml.i index 0ea995588..e705c45fa 100644 --- a/interface-definitions/include/static/static-route6.xml.i +++ b/interface-definitions/include/static/static-route6.xml.i @@ -1,7 +1,7 @@ <!-- include start from static/static-route6.xml.i --> <tagNode name="route6"> <properties> - <help>VRF static IPv6 route</help> + <help>Static IPv6 route</help> <valueHelp> <format>ipv6net</format> <description>IPv6 static route</description> |