diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-10 10:19:40 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-02-10 10:19:40 +0100 |
commit | cf4b12c8b2f4a972cc8136498098b5452975096e (patch) | |
tree | 2dd9cba83b331855de608086a0baf7c9e1220947 /op-mode-definitions | |
parent | 44bae03c4b3a705a6e77d6335560491c6cd87699 (diff) | |
download | vyos-1x-cf4b12c8b2f4a972cc8136498098b5452975096e.tar.gz vyos-1x-cf4b12c8b2f4a972cc8136498098b5452975096e.zip |
xml: T302: replace references to Quagga with FRRouting
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-system.xml.in | 2 | ||||
-rw-r--r-- | op-mode-definitions/show-version.xml.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-system.xml.in b/op-mode-definitions/show-system.xml.in index 18a28868d..fba4f1712 100644 --- a/op-mode-definitions/show-system.xml.in +++ b/op-mode-definitions/show-system.xml.in @@ -154,7 +154,7 @@ </node> <leafNode name="routing-daemons"> <properties> - <help>Show Quagga routing daemons</help> + <help>Show FRRouting routing daemons</help> </properties> <command>vtysh -c "show daemons"</command> </leafNode> diff --git a/op-mode-definitions/show-version.xml.in b/op-mode-definitions/show-version.xml.in index 8b7cc7e58..633293cf5 100644 --- a/op-mode-definitions/show-version.xml.in +++ b/op-mode-definitions/show-version.xml.in @@ -22,7 +22,7 @@ </leafNode> <leafNode name="frr"> <properties> - <help>Show Quagga version information</help> + <help>Show FRRouting version information</help> </properties> <command>vtysh -c "show version"</command> </leafNode> |