summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_asbr.c
diff options
context:
space:
mode:
Diffstat (limited to 'ospf6d/ospf6_asbr.c')
-rw-r--r--ospf6d/ospf6_asbr.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/ospf6d/ospf6_asbr.c b/ospf6d/ospf6_asbr.c
index d31b4b95b4..7d5aca1199 100644
--- a/ospf6d/ospf6_asbr.c
+++ b/ospf6d/ospf6_asbr.c
@@ -688,7 +688,7 @@ DEFUN (ospf6_redistribute,
ospf6_redistribute_cmd,
"redistribute <kernel|connected|static|ripng|isis|bgp|table>",
"Redistribute\n"
- QUAGGA_REDIST_HELP_STR_OSPF6D)
+ FRR_REDIST_HELP_STR_OSPF6D)
{
int type;
@@ -705,7 +705,7 @@ DEFUN (ospf6_redistribute_routemap,
ospf6_redistribute_routemap_cmd,
"redistribute <kernel|connected|static|ripng|isis|bgp|table> route-map WORD",
"Redistribute\n"
- QUAGGA_REDIST_HELP_STR_OSPF6D
+ FRR_REDIST_HELP_STR_OSPF6D
"Route map reference\n"
"Route map name\n")
{
@@ -728,7 +728,7 @@ DEFUN (no_ospf6_redistribute,
"no redistribute <kernel|connected|static|ripng|isis|bgp|table> [route-map WORD]",
NO_STR
"Redistribute\n"
- QUAGGA_REDIST_HELP_STR_OSPF6D
+ FRR_REDIST_HELP_STR_OSPF6D
"Route map reference\n"
"Route map name\n")
{
@@ -744,7 +744,6 @@ DEFUN (no_ospf6_redistribute,
return CMD_SUCCESS;
}
-
int
ospf6_redistribute_config_write (struct vty *vty)
{