Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id g1IK7dF09031 for netdev-outgoing; Mon, 18 Feb 2002 12:07:39 -0800 Received: from zcars0m9.ca.nortel.com (zcars0m9.nortelnetworks.com [47.129.242.157]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id g1IK5h909017 for ; Mon, 18 Feb 2002 12:05:43 -0800 Received: from zcars04f.ca.nortel.com (zcars04f.ca.nortel.com [47.129.242.57]) by zcars0m9.ca.nortel.com (Switch-2.2.0/Switch-2.2.0) with ESMTP id g1IJ5TO10543; Mon, 18 Feb 2002 14:05:29 -0500 (EST) Received: from zcard00m.ca.nortel.com (zcard00m.ca.nortel.com [47.129.26.62]) by zcars04f.ca.nortel.com (Switch-2.2.0/Switch-2.2.0) with ESMTP id g1IJ5Ql18841; Mon, 18 Feb 2002 14:05:27 -0500 (EST) Received: from zcard0k6.ca.nortel.com ([47.129.242.158]) by zcard00m.ca.nortel.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 1NNMFT96; Mon, 18 Feb 2002 14:05:23 -0500 Received: from pcard0ks.ca.nortel.com ([47.129.117.131]) by zcard0k6.ca.nortel.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id DW9QDXN1; Mon, 18 Feb 2002 14:05:26 -0500 Received: from nortelnetworks.com (localhost.localdomain [127.0.0.1]) by pcard0ks.ca.nortel.com (Postfix) with ESMTP id 27A15520D; Mon, 18 Feb 2002 14:13:24 -0500 (EST) Message-ID: <3C715253.A4DFD89B@nortelnetworks.com> Date: Mon, 18 Feb 2002 14:13:23 -0500 X-Sybari-Space: 00000000 00000000 00000000 From: Chris Friesen X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.17 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-kernel@vger.kernel.org, netdev@oss.sgi.com Subject: odd issue with sending to broadcast address Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-netdev@oss.sgi.com Precedence: bulk Content-Length: 1231 Lines: 33 It appears that there has been a change in the handling of sending packets to the broadcast IP address between 2.2 and 2.4. I have an embedded system that has only local LAN access, no default route to the net as a whole. We're running 2.2.17 currently, and we use bootpc to configure the system. We're now looking at converting to 2.4 and are running into a problem with bootpc getting "Network is unreachable" errors. After some digging, it appears to be due to the fact that I don't have a default route specified, but this is on purpose. strace shows that bootpc is trying to run sendto() with a destination of 255.255.255.255, and this works fine on 2.2 and fails on 2.4. Is this the desired 2.4 behaviour? What is the appropriate configuration for my setup? Do I just add a route to 255.255.255.255? Can I set it up to broadcast out all devices automatically, or do I need to do explicit failover management? Should I be looking to fix bootpc instead? Thanks, Chris -- Chris Friesen | MailStop: 043/33/F10 Nortel Networks | work: (613) 765-0557 3500 Carling Avenue | fax: (613) 765-2986 Nepean, ON K2H 8E9 Canada | email: cfriesen@nortelnetworks.com