added functions dhcp/autoip_supplied_address() to check for the source of address assignemnt (replacement for NETIF_FLAG_DHCP)

This commit is contained in:
sg
2015-04-24 21:23:15 +02:00
parent 737a6921c3
commit e20a071977
5 changed files with 45 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ HISTORY
++ New features:
2015-04-24: Simon Goldschmidt
* dhcp.h/c, autoip.h/.c: added functions dhcp/autoip_supplied_address() to
check for the source of address assignemnt (replacement for NETIF_FLAG_DHCP)
2015-04-10: Simon Goldschmidt
* many files: task #13480: added LWIP_IPV4 define - IPv4 can be disabled,
leaving an IPv6-only stack