summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_zebra.c
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2021-07-02 11:11:47 +0200
committerGitHub <noreply@github.com>2021-07-02 11:11:47 +0200
commit1e15822698cc62d0c30069688b5b2054acb21722 (patch)
tree0cc9bc1222844ef74a7a55712873e6c49e670dc0 /ospf6d/ospf6_zebra.c
parent5a1b002b605c801194777fbaa26f46f2cb96ba81 (diff)
parentc295917b4aadfde98692e314fc6b0c9f6af021dd (diff)
Merge pull request #8795 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 a7e15c68ae..727e6f7fef 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);
+ ospf6_router_id_update(o, false, NULL);
return 0;
}