summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_zebra.c
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2021-07-02 18:38:11 +0200
committerGitHub <noreply@github.com>2021-07-02 18:38:11 +0200
commit30885c7099c8c0621a4b7522b5e1efb49148043e (patch)
treeef6b3c3e3e178ee42d7bc63f94e10916faf03078 /ospf6d/ospf6_zebra.c
parentMerge pull request #8969 from opensourcerouting/msdp-timers (diff)
downloadfrr-30885c7099c8c0621a4b7522b5e1efb49148043e.tar.xz
frr-30885c7099c8c0621a4b7522b5e1efb49148043e.zip
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 727e6f7fe..a7e15c68a 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;
}