From owner-freebsd-current Mon Jul 8 09:33:24 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA16429 for current-outgoing; Mon, 8 Jul 1996 09:33:24 -0700 (PDT) Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA16420 for ; Mon, 8 Jul 1996 09:33:22 -0700 (PDT) Received: by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM) id AA02857; Mon, 8 Jul 1996 12:33:19 -0400 Date: Mon, 8 Jul 1996 12:33:19 -0400 From: Garrett Wollman Message-Id: <9607081633.AA02857@halloran-eldar.lcs.mit.edu> To: Brian Tao Cc: "Andrew V. Stesin" , FREEBSD-CURRENT-L Subject: "ifconfig -arp" doesn't work? In-Reply-To: References: <199607080551.IAA05292@office.elvisti.kiev.ua> Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk < said: > Andrew is referring to the "-arp" switch to ifconfig. I had asked > if it was possible for an Ethernet interface not to broadcast its MAC > address in response to an ARP query. Unfortunately, it doesn't seem > to work. :( Well, you can add the following to the beginning of if_ether.c:in_arpinput(): if (ac->ac_if.if_flags & IFF_NOARP) { m_freem(m); return; } -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