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-version.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-version.xml.in')
-rw-r--r-- | op-mode-definitions/show-version.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-version.xml.in b/op-mode-definitions/show-version.xml.in index d9c4738af..36e68ff79 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> |