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 Sep 12 2008 - 04:54:47 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2008/09/12 03:54:47

Modified files:
        usr.sbin/ospfd : packet.c

Log message:
Don't be to strict in find_iface() about what we accept on point-to-point
links. If a packet arrived on a point-to-point interface we should accept it
even if the source address of the packet is different to our iface destination
address. OK norby