netif: Update header file documentation

IPv6 output method referenced old method name.
This commit is contained in:
Erik Ekman 2014-02-10 13:04:09 +01:00 committed by Simon Goldschmidt
parent a89db9872d
commit e432014a88

View File

@ -123,7 +123,7 @@ typedef err_t (*netif_output_fn)(struct netif *netif, struct pbuf *p,
ip_addr_t *ipaddr);
#if LWIP_IPV6
/** Function prototype for netif->output_ip6 functions. Called by lwIP when a packet
* shall be sent. For ethernet netif, set this to 'nd_output' and set
* shall be sent. For ethernet netif, set this to 'ethip6_output' and set
* 'linkoutput'.
*
* @param netif The netif which shall send a packet