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: Claudio Jeker (claudiocvs.openbsd.org)
Date: Fri Dec 12 2008 - 16:07:33 CST


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2008/12/12 15:07:33

Modified files:
        sys/net : if.c if.h route.c route.h
        sys/sys : sockio.h

Log message:
Introduce a if_priority that will be added to RTP_STATIC when routes are
added without an expilict priority. This allows to specify less prefered
interfaces that will only take over if the primary interface loses link.
OK deraadt