summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_zebra.c
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2021-07-03 19:40:03 -0400
committerGitHub <noreply@github.com>2021-07-03 19:40:03 -0400
commite49199c387559dbcfacefaafece65da87940b602 (patch)
treeef6b3c3e3e178ee42d7bc63f94e10916faf03078 /ospf6d/ospf6_zebra.c
parent8a0ac82d963d20f254e0e4c33c42aef95b74286d (diff)
parent30885c7099c8c0621a4b7522b5e1efb49148043e (diff)
Merge pull request #8974 from FRRouting/revert-8795-fix-ospf6-router-id
Revert "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 727e6f7fef..a7e15c68ae 100644
--- a/ospf6d/ospf6_zebra.c
+++ b/ospf6d/ospf6_zebra.c
@@ -101,7 +101,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, false, NULL);
+ ospf6_router_id_update(o);
return 0;
}