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
commit03d52f8d6ccb4bcb17ab8d098468a8e112c910a4 (patch)
tree7bc2e2b3738923597bbab593029152b5bceff8e1 /ospf6d/ospf6_asbr.c
parentaa0b9f912dc1057261fa02fbf5d458f222900af6 (diff)
downloadquagga-03d52f8d6ccb4bcb17ab8d098468a8e112c910a4.tar.bz2
quagga-03d52f8d6ccb4bcb17ab8d098468a8e112c910a4.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",