CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2009/02/19 15:00:31

Modified files:
        usr.sbin/ospf6d: neighbor.c 

Log message:
Make ospfe send correct nbr state to RDE.

ospfe was sending state from a local variable which does not
always reflect the true state of the neighbour. The RDE would
end up with an invalid nbr state of zero in some situations.
Send state saved in nbr structure instead, this is always valid.

ok claudio@

Reply via email to