summaryrefslogtreecommitdiff
path: root/zebra/zebra_vty.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-01-06 09:58:21 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-01-06 09:58:21 -0500
commit3b14d86eed3c042db718c7e006ca5299f473c88e (patch)
tree4efde6b2d77f5229ace3375da3471b0db1daa695 /zebra/zebra_vty.c
parent0b0038b8bcf84beda44fb69a60b2620b0387d8e8 (diff)
parent7d53a49360ddceb16db34bc8a84039cb2ecab22c (diff)
Merge remote-tracking branch 'origin/stable/2.0'
Diffstat (limited to 'zebra/zebra_vty.c')
-rw-r--r--zebra/zebra_vty.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c
index e5f9b17e81..ca37d2c7a6 100644
--- a/zebra/zebra_vty.c
+++ b/zebra/zebra_vty.c
@@ -1473,7 +1473,7 @@ DEFUN (show_ip_route_protocol,
IP_STR
"IP routing table\n"
VRF_CMD_HELP_STR
- QUAGGA_IP_REDIST_HELP_STR_ZEBRA)
+ FRR_IP_REDIST_HELP_STR_ZEBRA)
{
int type;
struct route_table *table;
@@ -2072,7 +2072,7 @@ DEFUN (show_ip_route_vrf_all_protocol,
IP_STR
"IP routing table\n"
VRF_ALL_CMD_HELP_STR
- QUAGGA_IP_REDIST_HELP_STR_ZEBRA"\n")
+ FRR_IP_REDIST_HELP_STR_ZEBRA"\n")
{
int type;
struct route_table *table;
@@ -2956,7 +2956,7 @@ DEFUN (show_ipv6_route_protocol,
IP_STR
"IP routing table\n"
VRF_CMD_HELP_STR
- QUAGGA_IP6_REDIST_HELP_STR_ZEBRA)
+ FRR_IP6_REDIST_HELP_STR_ZEBRA)
{
int type;
struct route_table *table;
@@ -3356,7 +3356,7 @@ DEFUN (show_ipv6_route_vrf_all_protocol,
IP_STR
"IP routing table\n"
VRF_ALL_CMD_HELP_STR
- QUAGGA_IP6_REDIST_HELP_STR_ZEBRA)
+ FRR_IP6_REDIST_HELP_STR_ZEBRA)
{
int idx_protocol = 5;
int type;