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: Thu Oct 04 2007 - 06:43:19 CDT


CVSROOT: /cvs
Module name: src
Changes by: henningcvs.openbsd.org 2007/10/04 05:43:19

Modified files:
        usr.sbin/bgpd : kroute.c

Log message:
when inserting blackhole or reject routes, set the gateway address to
127.0.0.1 / ::1 unconditioally, since RTF_BLACKHOLE/REJECT are not
actually checked in the forwarding path and the gw doesn't matter otherwise.
makes them work.. found teh hard way by me. claudio ok