lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #21643] udp_send/raw_send don't fail if netif is down


From: Kieran Mansley
Subject: [lwip-devel] [bug #21643] udp_send/raw_send don't fail if netif is down
Date: Mon, 26 Nov 2007 16:01:02 +0000
User-agent: Opera/9.21 (X11; Linux i686; U; en)

Follow-up Comment #9, bug #21643 (project lwip):

It should be illegal to send any IP packet until the interface is up, so we
shouldn't need to special case broadcast or multicast.  This shouldn't impact
things like DHCP because they're not IP packets.  ARP is also not IP, so we
might need some way to prevent them as well, but are they really calling
through ip_output_if()?  That function sounds like it should be for IP packets
only.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?21643>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]