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: Cedric Berger (cedriccvs.openbsd.org)
Date: Mon Feb 02 2004 - 06:47:50 CST


CVSROOT: /cvs
Module name: src
Changes by: cedriccvs.openbsd.org 2004/02/02 05:47:50

Modified files:
        sys/net : pf.c

Log message:
Do not evaluate pfi_index2kif[ifp->if_index] if PF is disabled.
Safer and faster since we know that ifp->if_index can potentially
be garbage. ok dhartmei