mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-06 16:26:18 +08:00
worked on task #13480: added LWIP_IPV4 define - IPv4 can be disabled, leaving an IPv6-only stack (SNMP is still missing)
This commit is contained in:
@@ -6,12 +6,18 @@ HISTORY
|
||||
|
||||
++ New features:
|
||||
|
||||
2015-04-10: Simon Goldschmidt
|
||||
* many files: task #13480: added LWIP_IPV4 define - IPv4 can be disabled,
|
||||
leaving an IPv6-only stack
|
||||
|
||||
2015-04-09: Simon Goldschmidt
|
||||
* nearly all files: task #12722 (improve IPv4/v6 address handling): renamed
|
||||
ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP
|
||||
version; ip_addr_t is used for all generic IP addresses for the API,
|
||||
ip(4/6)_addr_t are only used internally or when initializing netifs or when
|
||||
calling version-related functions
|
||||
|
||||
2015-03-24: Simon Goldschmidt
|
||||
* opt.h, ip4_addr.h, ip4.c, ip6.c: loopif is not required for loopback traffic
|
||||
any more but passed through any netif (ENABLE_LOOPBACK has to be enabled)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user