|
From: | Simon Goldschmidt |
Subject: | [lwip-devel] [task #13512] check how IPv6 handles the "no address" case for routing |
Date: | Mon, 09 Mar 2015 19:09:12 +0000 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36 |
Follow-up Comment #4, task #13512 (project lwip): > We could add a check so that ip6_address[0] is configured Would that be: if (ip6_addr_isvalid(netif_ip6_addr_state(netif, 0)) or directly be checking the address? And one question remains: after all the checks to find a matching interface, we fall back to the default netif. What if the default netif then is down or has no link, which one do we use then? The first up with a link? _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/task/?13512> _______________________________________________ Nachricht gesendet von/durch Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |