]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: router-id change to display msg to restart 2062/head
authorChirag Shah <chirag@cumulusnetworks.com>
Fri, 13 Apr 2018 00:44:07 +0000 (17:44 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Fri, 13 Apr 2018 04:06:29 +0000 (21:06 -0700)
commit6b1886f511c1d3ee07f52ad6156dfe2a79c7a209
tree21b264f58a1bda9f375591ddf32338d8fb54c7d4
parenta6528075a83492062ed31564256dce010e8d1b3b
ospf6d: router-id change to display msg to restart

When neighbor state transition from LOADING to
FULL state, active full neighbors count incremented.
The full neighbors count is used for router-id change
if any full neighbor exist, displays message to restart
ospf6/frr to activate new router-id.

In the case of P-t-P neighbor type neighbor transition
from EXCHANGE to FULL which missed full neighbors count.

Ticket:CM-20574
Testing Done:
Initially, Bring up zebra assigned router-id in ospf6
with point-to-point link based neighbor.
Configure static router-id where restart of ospf6 message
is displayed.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
ospf6d/ospf6_neighbor.c