From owner-freebsd-questions Sun Oct 20 22:03:28 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA22888 for questions-outgoing; Sun, 20 Oct 1996 22:03:28 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id WAA22882 for ; Sun, 20 Oct 1996 22:03:25 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15959(1)>; Sun, 20 Oct 1996 22:02:52 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177480>; Sun, 20 Oct 1996 22:02:40 -0700 To: "Neil C. Jensen" cc: "'questions@freebsd.org'" Subject: Re: strange broadcast gateway on netstat In-reply-to: Your message of "Sun, 20 Oct 96 05:30:01 PDT." <01BBBE47.BEA59A20@jalapeno.habaneros.com> Date: Sun, 20 Oct 1996 22:02:31 PDT From: Bill Fenner Message-Id: <96Oct20.220240pdt.177480@crevenia.parc.xerox.com> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <01BBBE47.BEA59A20@jalapeno.habaneros.com> you write: >Why would I be getting "ff:ff:ff:ff:ff:ff" instead of the proper ethernet addr > ess or a link #? ff:ff:ff:ff:ff:ff *is* the broadcast ethernet address. -current just fills in the entries that 2.1.5 left blank, so that you can tell what ethernet address it is actually using. Bill