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: Thu Feb 01 2007 - 06:46:54 CST


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2007/02/01 05:46:54

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

Log message:
There is no need to check if the LSA is matched by an net LSA in
rde_asext_put(). Just try to remove the as-ext LSA, if the prefix is
announced as stub net LSA lsa_find() will fail later and nothing will
happen. OK norby pyr