[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netif
From: |
Jonathan Larmour |
Subject: |
[lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netifs |
Date: |
Fri, 30 Nov 2007 15:30:59 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070530 Fedora/1.5.0.12-1.fc5 Firefox/1.5.0.12 |
Follow-up Comment #9, bug #21655 (project lwip):
I'm not sure, but what it might be is to allow multiple netifs on the same
underlying hardware interface, i.e. IP aliases. The hardware interface doesn't
know about matching IPs, so it would have to just pick one netif to pass it up
with. But ip_input would need to sort it out and get a proper match on the
interface.
In that case, I think the best thing to do might be to check whether the
'inp' netif does match (in terms of IP address, mask, broadcast addr, etc.)
and only resort to scanning the netif list if it doesn't. This will make
things faster for the common case too!
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?21655>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netifs, Simon Goldschmidt, 2007/11/27
- [lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netifs, Simon Goldschmidt, 2007/11/28
- [lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netifs, Frédéric Bernon, 2007/11/28
- [lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netifs, Simon Goldschmidt, 2007/11/28
- [lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netifs, Simon Goldschmidt, 2007/11/28
- [lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netifs, Simon Goldschmidt, 2007/11/28
- [lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netifs, Jonathan Larmour, 2007/11/28
- [lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netifs, Simon Goldschmidt, 2007/11/29
- [lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netifs, Simon Goldschmidt, 2007/11/30
- [lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netifs,
Jonathan Larmour <=