CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2015/10/16 06:36:03

Modified files:
        sys/net        : route.c 

Log message:
If a DOWN route entry is passed to a L2 output function, be dumb and
simply use it.

In most of the cases doing a route lookup at this point is a noop as
it will return you the same DOWN entry you already have.

The exception is the case where the route has been removed from tree
since your kernel looked for it.  So what?  It's just a blue packet.

Note that this "exception" can only happen if your sending path does
not run under the KERNEL_LOCK.

ok mikeb@

Reply via email to