fixed bug #35595: Impossible to send broadcast without a gateway (introduced when fixing bug# 33551)

This commit is contained in:
goldsimon
2012-02-23 10:14:27 +01:00
parent fc7da615fb
commit 7f81c62bf0
2 changed files with 46 additions and 42 deletions

View File

@@ -76,6 +76,10 @@ HISTORY
++ Bugfixes:
2012-02-23: Simon Goldschmidt
* etharp.c: fixed bug #35595: Impossible to send broadcast without a gateway
(introduced when fixing bug# 33551)
2012-02-16: Simon Goldschmidt
* ppp.c: fixed pbuf leak when PPP session is aborted through pppSigHUP()
(bug #35541: PPP Memory Leak)