DHCP uses LWIP_RAND() for xid's (bug #30302)

This commit is contained in:
Simon Goldschmidt
2011-09-03 22:27:06 +02:00
parent a0bf8d5740
commit e27d34d118
2 changed files with 19 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ HISTORY
++ New features:
2011-09-03: Simon Goldschmidt
* dhcp.c: DHCP uses LWIP_RAND() for xid's (bug #30302)
2011-08-24: Simon Goldschmidt
* opt.h, netif.h/.c: added netif remove callback (bug #32397)