Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 1996 13:49:34 -0400
From:      Garrett Wollman <wollman@lcs.mit.edu>
To:        Nate Williams <nate@mt.sri.com>
Cc:        Garrett Wollman <wollman@lcs.mit.edu>, FREEBSD-CURRENT-L <freebsd-current@freebsd.org>
Subject:   Re: "ifconfig -arp" doesn't work?
Message-ID:  <9607081749.AA00653@halloran-eldar.lcs.mit.edu>
In-Reply-To: <199607081706.LAA13585@rocky.mt.sri.com>
References:  <199607080551.IAA05292@office.elvisti.kiev.ua> <Pine.NEB.3.92.960708092310.10129G-100000@zap.io.org> <9607081633.AA02857@halloran-eldar.lcs.mit.edu> <199607081706.LAA13585@rocky.mt.sri.com>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Mon, 8 Jul 1996 11:06:10 -0600 (MDT), Nate Williams <nate@mt.sri.com> said:

>> if (ac->ac_if.if_flags & IFF_NOARP) {
>> m_freem(m);
>> return;
>> }

> Should this code be committed to -current?

Well, that's problematic.  There are a number of different meanings
one could attribute to IFF_NOARP:

	1) Ignore incoming ARP requests.

	2) Do not send ARP requests.

	3) Do not do any ARP processing at all.

The fragment above only attempts to implement (1), and I have no idea
whether it actually works or not.  I don't know what other systems do.

-GAWollman

--
Garrett A. Wollman   | Shashish is simple, it's discreet, it's brief. ... 
wollman@lcs.mit.edu  | Shashish is the bonding of hearts in spite of distance.
Opinions not those of| It is a bond more powerful than absence.  We like people
MIT, LCS, ANA, or NSA| who like Shashish.  - Claude McKenzie + Florent Vollant



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