|
From: | Simon Goldschmidt |
Subject: | [lwip-devel] [bug #46506] nd6_new_router() should check if router exists in router list first |
Date: | Wed, 16 Mar 2016 15:40:21 +0000 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36 |
Follow-up Comment #3, bug #46506 (project lwip): > I must admit I don't really know all the problems that could/would/will arise from > having 2 netifs in the same subnet For lwIP, the problem is that all traffic which is not sent explicitly to an interface (e.g. via udp_sendto_if()) is sent to the first interface in the list that matches the network. Source-based routing (i.e. send all packets from an interface's IP via the corresponding interface) is only supported by you implementing the correct hook. _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?46506> _______________________________________________ Nachricht gesendet von/durch Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |