summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_asbr.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-09-29 00:26:19 +0000
committerhasso <hasso>2004-09-29 00:26:19 +0000
commit3dcc47ba6361296bb836b55e8a2bf7243e0c8dbd (patch)
treea030ea2a48ef75b083654845649f2f6dabbbb355 /ospf6d/ospf6_asbr.c
parent379858674be1b7fb256ff7f128909c98774c107f (diff)
downloadquagga-3dcc47ba6361296bb836b55e8a2bf7243e0c8dbd.tar.bz2
quagga-3dcc47ba6361296bb836b55e8a2bf7243e0c8dbd.tar.xz
Merge svn revision 1048 from Zebra cvs. Also add missing sokopt.h include
to ospf6_network.h.
Diffstat (limited to 'ospf6d/ospf6_asbr.c')
-rw-r--r--ospf6d/ospf6_asbr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospf6d/ospf6_asbr.c b/ospf6d/ospf6_asbr.c
index a3728f4e..31050816 100644
--- a/ospf6d/ospf6_asbr.c
+++ b/ospf6d/ospf6_asbr.c
@@ -383,7 +383,7 @@ ospf6_asbr_routemap_unset (int type)
}
void
-ospf6_asbr_routemap_update ()
+ospf6_asbr_routemap_update (char *mapname)
{
int type;
@@ -460,7 +460,7 @@ ospf6_asbr_redistribute_add (int type, int ifindex, struct prefix *prefix,
if (ospf6->rmap[type].name)
{
if (ospf6->rmap[type].map == NULL)
- ospf6_asbr_routemap_update ();
+ ospf6_asbr_routemap_update (NULL);
if (ospf6->rmap[type].map == NULL)
{
zlog_warn ("route-map \"%s\" not found, suppress redistributing",