CVSROOT: /cvs Module name: src Changes by: [email protected] 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@
