diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-07 21:43:27 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-02-07 21:43:27 +0100 |
commit | 1c882769cc0627cfc1ebf5ab7c338c6c474456da (patch) | |
tree | 681d48c14af684738876af9656d3b527d3f51bb2 /op-mode-definitions/show-system.xml.in | |
parent | 9d74ae52092e97aa0ef285df4d44a5eb7ae93fbf (diff) | |
download | vyos-1x-1c882769cc0627cfc1ebf5ab7c338c6c474456da.tar.gz vyos-1x-1c882769cc0627cfc1ebf5ab7c338c6c474456da.zip |
xml: T302: replace references to Quagga with FRRouting
Diffstat (limited to 'op-mode-definitions/show-system.xml.in')
-rw-r--r-- | op-mode-definitions/show-system.xml.in | 4 |
1 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 116c7460f..6873b816b 100644 --- a/op-mode-definitions/show-system.xml.in +++ b/op-mode-definitions/show-system.xml.in @@ -150,7 +150,7 @@ </children> </tagNode> </children> - </node> + </node> <node name="users"> <properties> <help>Show user account information</help> @@ -239,7 +239,7 @@ </node> <leafNode name="routing-daemons"> <properties> - <help>Show Quagga routing daemons</help> + <help>Show FRRouting daemons</help> </properties> <command>vtysh -c "show daemons"</command> </leafNode> |