Fixed bug #27704: autoip starts with wrong address: LWIP_AUTOIP_CREATE_SEED_ADDR() returned address in host byte order instead of network byte order

This commit is contained in:
goldsimon
2009-10-15 14:05:35 +00:00
parent ac638c85f3
commit 2dc027401f
2 changed files with 11 additions and 6 deletions

View File

@@ -43,6 +43,11 @@ HISTORY
++ Bugfixes:
2009-10-15: Simon Goldschmidt
* autoip.c: Fixed bug #27704: autoip starts with wrong address
LWIP_AUTOIP_CREATE_SEED_ADDR() returned address in host byte order instead
of network byte order
2009-10-11 Simon Goldschmidt (Jörg Kesten)
* tcp_out.c: Fixed bug #27504: tcp_enqueue wrongly concatenates segments
which are not consecutive when retransmitting unacked segments