summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_zebra.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-09-23 19:03:35 +0300
committerGitHub <noreply@github.com>2021-09-23 19:03:35 +0300
commitd5cd3fd1e0b4398c8f40c7f7241be8bacd5b6927 (patch)
tree05e07791c707ad493db3217c8d3b29f0fa2d2077 /ospf6d/ospf6_zebra.c
parent4ab65e0983d10b168c3657f253a5935488ac1d1c (diff)
parent078f6092127102c683a25d58d2c64bb7cfa38247 (diff)
Merge pull request #9084 from louis-oui/fix-ospf6-router-id
ospf6d: fix LSAs remain in LSDB with an old router-id value
Diffstat (limited to 'ospf6d/ospf6_zebra.c')
-rw-r--r--ospf6d/ospf6_zebra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_zebra.c b/ospf6d/ospf6_zebra.c
index c2e91d09bb..a6929b32c4 100644
--- a/ospf6d/ospf6_zebra.c
+++ b/ospf6d/ospf6_zebra.c
@@ -102,7 +102,7 @@ static int ospf6_router_id_update_zebra(ZAPI_CALLBACK_ARGS)
o->router_id_zebra = router_id.u.prefix4.s_addr;
- ospf6_router_id_update(o);
+ ospf6_router_id_update(o, false);
return 0;
}