diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-09 06:52:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-09 06:52:56 -0500 |
| commit | 17791cc09ac79a1ee54de1626f85f95039fb506e (patch) | |
| tree | f4006b734043550fd2a183840ec50302018bf257 /zebra/zebra_vty.c | |
| parent | baf9c436222ef0901caf2ba694f87a2746ddcd02 (diff) | |
| parent | 6a5e07e0c60b93fdc2ccb076a3ee3d20ef05453e (diff) | |
Merge pull request #263 from opensourcerouting/assorted-20170308
assorted bits
Diffstat (limited to 'zebra/zebra_vty.c')
| -rw-r--r-- | zebra/zebra_vty.c | 4 |
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; |
