diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-07 21:43:27 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-02-07 20:44:57 +0000 |
commit | 89136cacf1a754cac7b06c650300e6cc4129162e (patch) | |
tree | 80fbb5cb844c1aeebbf9390d8d6849c46baaa9ec /op-mode-definitions/show-version.xml.in | |
parent | a0b0a77e004e567e99e57bf7414986ed01837c56 (diff) | |
download | vyos-1x-89136cacf1a754cac7b06c650300e6cc4129162e.tar.gz vyos-1x-89136cacf1a754cac7b06c650300e6cc4129162e.zip |
xml: T302: replace references to Quagga with FRRouting
(cherry picked from commit 1c882769cc0627cfc1ebf5ab7c338c6c474456da)
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> |