Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 1999 21:31:05 +0100
From:      Guido van Rooij <guido@gvr.org>
To:        Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, Julian Elischer <julian@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/net if_ethersubr.c
Message-ID:  <19990201213105.A27710@gvr.org>
In-Reply-To: <199902010414.XAA14627@khavrinen.lcs.mit.edu>; from Garrett Wollman on Sun, Jan 31, 1999 at 11:14:54PM -0500
References:  <199901310817.AAA80268@freefall.freebsd.org> <199902010414.XAA14627@khavrinen.lcs.mit.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 31, 1999 at 11:14:54PM -0500, Garrett Wollman wrote:
> <<On Sun, 31 Jan 1999 00:17:19 -0800 (PST), Julian Elischer <julian@FreeBSD.ORG> said:
> 
> >   Slight cleanups. There were 2 ways of getting the arpcom from the ifp.
> >   Both equally bogus. Make it a macro so that we can pretend it's not
> >   bogus and maybe make it less so some time in the future.
>   
> Neither of them were bogus that I can recall.  The definition of the
> Ethernet API is that `interface softc always starts with an arpcom'.
> This has been the clear, unambiguous mechanism since ARP arrived way
> back in 4.2, and is fully supported by Standard C.

While this might be slightly off topic: Currently there does not seem
to be a good way to have something like:
	ifconfig ether <mac address>
When I last looked it seemed like I had to break layering in order to
implement it.
It would be very usefull for thinks like HSRP but also in envs where you
want to be able to quickly hook up your notebook in stead of your
desktop and where MAC authorization is used on UDP ports.

-Guido

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990201213105.A27710>