From owner-cvs-sys Thu Jun 20 15:53:19 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA23377 for cvs-sys-outgoing; Thu, 20 Jun 1996 15:53:19 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA23329; Thu, 20 Jun 1996 15:53:10 -0700 (PDT) Date: Thu, 20 Jun 1996 15:53:10 -0700 (PDT) From: Bill Fenner Message-Id: <199606202253.PAA23329@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet if_ether.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 96/06/20 15:53:10 Modified: sys/netinet if_ether.c Log: Use the route that's guaranteed to exist when picking a source address for ARP requests. The NetBSD version of this patch (see NetBSD PR kern/2381) has this change already. This should close our PR kern/1140 . Although it's not quite what he submitted, I got the idea from him so Submitted by: Jin Guojun Revision Changes Path 1.32 +2 -2 src/sys/netinet/if_ether.c