From owner-freebsd-current Thu Jan 22 06:27:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16029 for current-outgoing; Thu, 22 Jan 1998 06:27:45 -0800 (PST) (envelope-from owner-freebsd-current) Received: from mhub3.tc.umn.edu (0@mhub3.tc.umn.edu [128.101.131.53]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA16021 for ; Thu, 22 Jan 1998 06:27:43 -0800 (PST) (envelope-from adkin003@tc.umn.edu) Received: from gold.tc.umn.edu by mhub3.tc.umn.edu; Thu, 22 Jan 98 08:27:41 -0600 Received: from pub-24-a-135.dialup.umn.edu by gold.tc.umn.edu; Thu, 22 Jan 98 08:27:41 -0600 Date: Thu, 22 Jan 1998 08:25:35 -0600 (CST) From: dave adkins X-Sender: adkin003@samthedog To: freebsd-current@FreeBSD.ORG Subject: ppp and proxy arp (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hi, v1.22 and v1.23 of arp.c don't seem to publish the the ethernet address of the server correctly with proxy arp. The entry, always reads as incomplete. Going back to v1.21 of arp.c makes the problem go away. Running arp.c as arp-test and looking at the hardware address shows that the ethernet address returned by (get_ether_addr) is 0:0:0:0:0:0. dave adkins