diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-07-26 13:59:50 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-07-26 13:59:50 +0200 |
commit | bbcfd5a0485a8df9568d8da0fc524e272e3e7601 (patch) | |
tree | 4722b349207a50c83faf18ee31a286be3f803669 /proto/ospf/ospf.c | |
parent | 48cf5e84e6ed17578e4ad43c5ef54d6ff7d825c4 (diff) |
Fixes default route in OSPF multiple area setting.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index ef7b0363..aa62da14 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -575,7 +575,7 @@ ospf_rt_notify(struct proto *p, rtable *tbl UNUSED, net * n, rte * new, rte * ol if (fn->x1 != EXT_EXPORT) return; - flush_ext_lsa(oa, fn); + flush_ext_lsa(oa, fn, oa_is_nssa(oa)); /* Old external route might blocked some NSSA translation */ if (po->areano > 1) |