diff options
| -rw-r--r-- | ospf6d/ospf6_asbr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospf6d/ospf6_asbr.c b/ospf6d/ospf6_asbr.c index c23fe99bc8..cd930f6c09 100644 --- a/ospf6d/ospf6_asbr.c +++ b/ospf6d/ospf6_asbr.c @@ -616,6 +616,8 @@ void ospf6_asbr_lsa_remove(struct ospf6_lsa *lsa, prefix2str(&prefix, buf, sizeof(buf)); zlog_debug("AS-External route %s not found", buf); } + + ospf6_route_delete(route_to_del); return; } |
