fixed bug #39145 IGMP membership report for 224.0.0.1

-> ensure that we never send a report for 224.0.0.1
This commit is contained in:
Simon Goldschmidt
2014-02-25 22:21:31 +01:00
parent fbdea8dc71
commit 01ecd3517e
2 changed files with 9 additions and 4 deletions

View File

@@ -96,7 +96,10 @@ HISTORY
++ Bugfixes:
2014-02-22: Simon Goldschmidt (patch by Amir Shalem)
2014-02-25: Simon Goldschmidt
* igmp.c: fixed bug #39145 IGMP membership report for 224.0.0.1
2014-02-22: Simon Goldschmidt (patch by Amir Shalem)
* etharp.c, opt.h: fixed bug #34681 Limit ARP queue length by ARP_QUEUE_LEN (=3)
2014-02-22: Simon Goldschmidt (patch by Amir Shalem)