Fixed bug #31722: IP packets sent with an AutoIP source addr must be sent link-local

This commit is contained in:
goldsimon
2010-11-22 19:55:05 +00:00
parent b49cf5e7a2
commit f7627929d5
2 changed files with 23 additions and 8 deletions

View File

@@ -233,6 +233,10 @@ HISTORY
++ Bugfixes:
2010-11-20: Simon Goldschmidt
* etharp.c: Fixed bug #31722: IP packets sent with an AutoIP source addr
must be sent link-local
2010-11-20: Simon Goldschmidt
* timers.c: patch #7329: tcp_timer_needed prototype was ifdef'ed out for
LWIP_TIMERS==0