diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-07 21:44:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 21:44:41 +0100 |
commit | c9d7a7cabc1236e97687718f37ee63bc4428e410 (patch) | |
tree | 3409dc52cd3a8755aff6ddbc808621466c40763f | |
parent | f4528a4734b9628c93a31d679cf3b21bbd58b4c7 (diff) | |
parent | 1c882769cc0627cfc1ebf5ab7c338c6c474456da (diff) | |
download | vyos-1x-c9d7a7cabc1236e97687718f37ee63bc4428e410.tar.gz vyos-1x-c9d7a7cabc1236e97687718f37ee63bc4428e410.zip |
Merge pull request #2960 from c-po/current
xml: T302: replace references to Quagga with FRRouting
-rw-r--r-- | interface-definitions/system_frr.xml.in | 2 | ||||
-rw-r--r-- | op-mode-definitions/show-system.xml.in | 4 | ||||
-rw-r--r-- | op-mode-definitions/show-version.xml.in | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/system_frr.xml.in b/interface-definitions/system_frr.xml.in index 76001b392..28242dfe4 100644 --- a/interface-definitions/system_frr.xml.in +++ b/interface-definitions/system_frr.xml.in @@ -4,7 +4,7 @@ <children> <node name="frr" owner="${vyos_conf_scripts_dir}/system_frr.py"> <properties> - <help>Configure FRR parameters</help> + <help>Configure FRRouting parameters</help> <!-- Before components that use FRR --> <priority>150</priority> </properties> 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> 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> |