summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_asbr.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-12-20 18:31:42 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2016-12-20 18:34:29 +0100
commitab0181eed3d118fc46e693c68e5bbc0248c7bfe5 (patch)
tree8abda85a1e96d03cf3eefb2274562cfe38e71d88 /ospf6d/ospf6_asbr.c
parentbuild: replace some hardcoding with ./configure (diff)
downloadfrr-ab0181eed3d118fc46e693c68e5bbc0248c7bfe5.tar.xz
frr-ab0181eed3d118fc46e693c68e5bbc0248c7bfe5.zip
build: rename (2 of ?): route_types macros
All of the autogenerated macros in lib/route_types.pl are now called FRR_* instead of QUAGGA_*. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_asbr.c')
-rw-r--r--ospf6d/ospf6_asbr.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/ospf6d/ospf6_asbr.c b/ospf6d/ospf6_asbr.c
index 46ea46305..7c59dece7 100644
--- a/ospf6d/ospf6_asbr.c
+++ b/ospf6d/ospf6_asbr.c
@@ -686,9 +686,9 @@ ospf6_asbr_redistribute_remove (int type, ifindex_t ifindex,
DEFUN (ospf6_redistribute,
ospf6_redistribute_cmd,
- "redistribute " QUAGGA_REDIST_STR_OSPF6D,
+ "redistribute " FRR_REDIST_STR_OSPF6D,
"Redistribute\n"
- QUAGGA_REDIST_HELP_STR_OSPF6D
+ FRR_REDIST_HELP_STR_OSPF6D
)
{
int type;
@@ -704,9 +704,9 @@ DEFUN (ospf6_redistribute,
DEFUN (ospf6_redistribute_routemap,
ospf6_redistribute_routemap_cmd,
- "redistribute " QUAGGA_REDIST_STR_OSPF6D " route-map WORD",
+ "redistribute " FRR_REDIST_STR_OSPF6D " route-map WORD",
"Redistribute\n"
- QUAGGA_REDIST_HELP_STR_OSPF6D
+ FRR_REDIST_HELP_STR_OSPF6D
"Route map reference\n"
"Route map name\n"
)
@@ -725,10 +725,10 @@ DEFUN (ospf6_redistribute_routemap,
DEFUN (no_ospf6_redistribute,
no_ospf6_redistribute_cmd,
- "no redistribute " QUAGGA_REDIST_STR_OSPF6D,
+ "no redistribute " FRR_REDIST_STR_OSPF6D,
NO_STR
"Redistribute\n"
- QUAGGA_REDIST_HELP_STR_OSPF6D
+ FRR_REDIST_HELP_STR_OSPF6D
)
{
int type;
@@ -744,10 +744,10 @@ DEFUN (no_ospf6_redistribute,
ALIAS (no_ospf6_redistribute,
no_ospf6_redistribute_route_map_cmd,
- "no redistribute " QUAGGA_REDIST_STR_OSPF6D " route-map WORD",
+ "no redistribute " FRR_REDIST_STR_OSPF6D " 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")