From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <58df166ed4fcec6132f6342836a11b23@vitanuova.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] OK, cpu server is up. From: C H Forsyth In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 25 Apr 2003 16:32:16 +0100 Topicbox-Message-UUID: 996be582-eacb-11e9-9e20-41e7f4b1d025 i did check that it can indeed make such an entry (eg, dhcpd.c:/^arpenter) and that it called it in plausible places (eg): if(bp->htype == 1) arpenter(up->raddr, bp->chaddr); i was fairly sure that the surrounding conditionals had it called in response to a 9load packet because it was only prevented if the request was gatewayed by some intervening device, or the bootp (sorry, dhcp) flags said `broadcast', but 9load sets them to 0.