CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/02/16 11:10:08
Modified files:
usr.sbin/ospfd : hello.c
Log message:
Lets violate the RFC once more. Change the way we map hello packets to
neighbors from using the source IP on broadcast interfaces to using the
router-id all the time. The interface lookup will already check for
matching subnets so there is no conflict possible. This makes ospfd finally
grok router-id changes without freaking out. Additionally whinge when an
other router is using the same router-id instead of failing in a very
horrible way.
OK sthen@, dlg@