diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-02-10 19:07:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-10 19:07:27 +0000 |
commit | f583773faf67b3b1227681ff12e418f6fdc5a0fa (patch) | |
tree | 2dd9cba83b331855de608086a0baf7c9e1220947 | |
parent | 44bae03c4b3a705a6e77d6335560491c6cd87699 (diff) | |
parent | cf4b12c8b2f4a972cc8136498098b5452975096e (diff) | |
download | vyos-1x-f583773faf67b3b1227681ff12e418f6fdc5a0fa.tar.gz vyos-1x-f583773faf67b3b1227681ff12e418f6fdc5a0fa.zip |
Merge pull request #2981 from c-po/equuleus
xml: T302: replace references to Quagga with FRRouting
-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> |