Added IPv6 loopback address to loopback-netif, fixed last commit

This commit is contained in:
Simon Goldschmidt
2014-01-17 21:55:46 +01:00
parent 13e40f754c
commit 1e65eb4936
5 changed files with 41 additions and 12 deletions

View File

@@ -359,7 +359,7 @@ void netif_set_link_callback(struct netif *netif, netif_status_callback_fn link_
#endif /* LWIP_IGMP */
#if ENABLE_LOOPBACK
err_t netif_loop_output(struct netif *netif, struct pbuf *p, ip_addr_t *dest_ip);
err_t netif_loop_output(struct netif *netif, struct pbuf *p);
void netif_poll(struct netif *netif);
#if !LWIP_NETIF_LOOPBACK_MULTITHREADING
void netif_poll_all(void);