mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
netifapi.h, netifapi.c: add functions netifapi_netif_set_up, netifapi_netif_set_down, netifapi_autoip_start and netifapi_autoip_stop. Use a common function to reduce a little bit the footprint (for all functions using only the "netif" parameter).
This commit is contained in:
@@ -19,6 +19,11 @@ HISTORY
|
||||
|
||||
++ New features:
|
||||
|
||||
2007-10-03 Frédéric Bernon
|
||||
* netifapi.h, netifapi.c: add functions netifapi_netif_set_up, netifapi_netif_set_down,
|
||||
netifapi_autoip_start and netifapi_autoip_stop. Use a common function to reduce
|
||||
a little bit the footprint (for all functions using only the "netif" parameter).
|
||||
|
||||
2007-09-15 Frédéric Bernon
|
||||
* udp.h, udp.c, sockets.c: Changes for "#20503 IGMP Improvement". Add IP_MULTICAST_IF
|
||||
option in socket API, and a new field "multicast_ip" in "struct udp_pcb" (for
|
||||
|
||||
Reference in New Issue
Block a user