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: Wed Nov 21 2007 - 20:04:14 CST


CVSROOT: /cvs
Module name: src
Changes by: henningcvs.openbsd.org 2007/11/21 19:04:14

Modified files:
        sys/netinet : ip_carp.c

Log message:
pass the carp ifp to rt_missmsg() when generating the RTM_ADD messages
so the resulting messages have ifindex set and the routing daemons can
correctly indentify that route as connected. ok mcbride