OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Henning Brauer (henningcvs.openbsd.org)
Date: Mon Mar 14 2005 - 02:44:33 CST


CVSROOT: /cvs
Module name: src
Changes by: henningcvs.openbsd.org 2005/03/14 01:44:33

Modified files:
        usr.sbin/bgpd : kroute.c

Log message:
"we notice when you plug the cable" - yeah, but we didn't notice when it
was unplugged from the beginning on...
correctly take interfaces' link state into account for nexthop verification
in all cases.
add a new function kroute_validate() that looks up the interface for a given
kroute via the ifindex and check its link state. use it in all cases instead
of hand-rolling the test. claudio ok