This patch is applicable for both FreeBSD-stable AND FreeBSD-current, as
well as OpenBSD and NetBSD.  It has no noticeable ill-effects on the
machines of nearly a dozen FreeBSD users that have been testing the patch
for me.  Nor does it have ill effects on the OpenBSD and NetBSD machines I
have access to.

It fixes some brain-dead behavior of the kernel routing table on all these
operating systems.  It causes the routing table to check itself for the ifa
to assign to new routes before asking the interfaces.  There are occasions
(such as Ethernet point to point links) where the interfaces' idea of where
a packet should go could disagree with the routing tables user made static
entries.  This leads to some very bizarre behavior for things like the
default gateway if they get their packets routed to the wrong interface.

The patch is available here:
http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16318

I just thought I'd post this around again to draw attention to my open PR
with code included, and mention that I've had successful testing reports on
-current.

-- William Carrel



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to