Subject: Re: Question about netstat
To: None <DFreeman@EA.COM, netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: None <mycroft@gnu.ai.mit.edu>
List: netbsd-bugs
Date: 05/17/1994 15:50:49
The `ne' driver in 0.9 is known to be somewhat buggy.  It's been
completely replaced with the new `ed' driver.

   [...], should my Ethernet interface show up as 2 lines when I do a
   'netstat -in'?

Yes, since there are in fact two entries in the kernel's address table.
The first one, as it says, is the `link' address, which would normally
contains the link-level (ethernet) address.  The `ed' driver fills in
that information; the `ne' driver didn't.


------------------------------------------------------------------------------