CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/02/22 00:42:38
Modified files: usr.sbin/ospfd : hello.c Log message: The IF_EVT_NBR_CHNG event needs to be fired when a neighbor transitions to a state of 2-Way or higher. There is no need to trigger the event for new neighbors. With this situations with multiple DRs after a netsplit should be solved. OK sthen@ and remi@