]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_asbr.c
Merge svn revision 1048 from Zebra cvs. Also add missing sokopt.h include
[mirror_frr.git] / ospf6d / ospf6_asbr.c
index a3728f4efa26636fbe1b71ba8c54b97d372029a7..310508161e7b37f698b085ade37f5aefaaf71983 100644 (file)
@@ -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",