diff options
Diffstat (limited to 'ospf6d/ospf6_asbr.c')
-rw-r--r-- | ospf6d/ospf6_asbr.c | 4 |
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", |