summaryrefslogtreecommitdiff
path: root/zebra/zebra_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_vty.c')
-rw-r--r--zebra/zebra_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c
index ddb037335c..7946089aea 100644
--- a/zebra/zebra_vty.c
+++ b/zebra/zebra_vty.c
@@ -3825,7 +3825,7 @@ static_config_ipv6 (struct vty *vty)
DEFUN (allow_external_route_update,
allow_external_route_update_cmd,
"allow-external-route-update",
- "Allow Quagga routes to be overwritten by external processes")
+ "Allow FRR routes to be overwritten by external processes")
{
allow_delete = 1;
@@ -3835,7 +3835,7 @@ DEFUN (allow_external_route_update,
DEFUN (no_allow_external_route_update,
no_allow_external_route_update_cmd,
"no allow-external-route-update",
- "Allow Quagga routes to be overwritten by external processes")
+ "Allow FRR routes to be overwritten by external processes")
{
allow_delete = 0;