summaryrefslogtreecommitdiff
path: root/ripd/rip_zebra.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 /ripd/rip_zebra.c
parent0b0038b8bcf84beda44fb69a60b2620b0387d8e8 (diff)
parent7d53a49360ddceb16db34bc8a84039cb2ecab22c (diff)
Merge remote-tracking branch 'origin/stable/2.0'
Diffstat (limited to 'ripd/rip_zebra.c')
-rw-r--r--ripd/rip_zebra.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/ripd/rip_zebra.c b/ripd/rip_zebra.c
index 5aea4f5222..dfebebb5bc 100644
--- a/ripd/rip_zebra.c
+++ b/ripd/rip_zebra.c
@@ -333,7 +333,7 @@ DEFUN (rip_redistribute_type,
rip_redistribute_type_cmd,
"redistribute <kernel|connected|static|ospf|isis|bgp|pim|table>",
REDIST_STR
- QUAGGA_REDIST_HELP_STR_RIPD)
+ FRR_REDIST_HELP_STR_RIPD)
{
int i;
@@ -359,7 +359,7 @@ DEFUN (no_rip_redistribute_type,
"no redistribute <kernel|connected|static|ospf|isis|bgp|pim|table>",
NO_STR
REDIST_STR
- QUAGGA_REDIST_HELP_STR_RIPD)
+ FRR_REDIST_HELP_STR_RIPD)
{
int i;
@@ -385,7 +385,7 @@ DEFUN (rip_redistribute_type_routemap,
rip_redistribute_type_routemap_cmd,
"redistribute <kernel|connected|static|ospf|isis|bgp|pim|table> route-map WORD",
REDIST_STR
- QUAGGA_REDIST_HELP_STR_RIPD
+ FRR_REDIST_HELP_STR_RIPD
"Route map reference\n"
"Pointer to route-map entries\n")
{
@@ -415,7 +415,7 @@ DEFUN (no_rip_redistribute_type_routemap,
"no redistribute <kernel|connected|static|ospf|isis|bgp|pim|table> route-map WORD",
NO_STR
REDIST_STR
- QUAGGA_REDIST_HELP_STR_RIPD
+ FRR_REDIST_HELP_STR_RIPD
"Route map reference\n"
"Pointer to route-map entries\n")
{
@@ -445,7 +445,7 @@ DEFUN (rip_redistribute_type_metric,
rip_redistribute_type_metric_cmd,
"redistribute <kernel|connected|static|ospf|isis|bgp|pim|table> metric (0-16)",
REDIST_STR
- QUAGGA_REDIST_HELP_STR_RIPD
+ FRR_REDIST_HELP_STR_RIPD
"Metric\n"
"Metric value\n")
{
@@ -478,7 +478,7 @@ DEFUN (no_rip_redistribute_type_metric,
"no redistribute <kernel|connected|static|ospf|isis|bgp|pim|table> metric (0-16)",
NO_STR
REDIST_STR
- QUAGGA_REDIST_HELP_STR_RIPD
+ FRR_REDIST_HELP_STR_RIPD
"Metric\n"
"Metric value\n")
{
@@ -508,7 +508,7 @@ DEFUN (rip_redistribute_type_metric_routemap,
rip_redistribute_type_metric_routemap_cmd,
"redistribute <kernel|connected|static|ospf|isis|bgp|pim|table> metric (0-16) route-map WORD",
REDIST_STR
- QUAGGA_REDIST_HELP_STR_RIPD
+ FRR_REDIST_HELP_STR_RIPD
"Metric\n"
"Metric value\n"
"Route map reference\n"
@@ -546,7 +546,7 @@ DEFUN (no_rip_redistribute_type_metric_routemap,
"no redistribute <kernel|connected|static|ospf|isis|bgp|pim|table> metric (0-16) route-map WORD",
NO_STR
REDIST_STR
- QUAGGA_REDIST_HELP_STR_RIPD
+ FRR_REDIST_HELP_STR_RIPD
"Metric\n"
"Metric value\n"
"Route map reference\n"