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 /interface-definitions/system_frr.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 'interface-definitions/system_frr.xml.in')
-rw-r--r-- | interface-definitions/system_frr.xml.in | 2 |
1 files changed, 1 insertions, 1 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> |