Fixed broken VLAN support.

This commit is contained in:
goldsimon
2011-03-29 18:56:26 +00:00
parent 36c1750b8f
commit 0885555521
3 changed files with 20 additions and 11 deletions

View File

@@ -237,6 +237,9 @@ HISTORY
++ Bugfixes:
2011-03-29: Simon Goldschmidt, patch by Emil Lhungdahl:
* etharp.h/.c: Fixed broken VLAN support.
2011-03-27: Simon Goldschmidt
* tcp.c: Fixed bug #32926 (TCP_RMV(&tcp_bound_pcbs) is called on unbound tcp
pcbs) by checking if the pcb was bound (local_port != 0).