]> git.ipfire.org Git - thirdparty/openvpn.git/commit
add missing break between "case IPv4" and "case IPv6", leading to the
authorGert Doering <gert@greenie.muc.de>
Thu, 10 Nov 2011 19:15:44 +0000 (20:15 +0100)
committerDavid Sommerseth <davids@redhat.com>
Thu, 10 Nov 2011 19:26:26 +0000 (20:26 +0100)
commitc5b9d40f0f2917761f430d9d59c59ca66153103f
tree2afdde3f2d67046c6ef0d61cd0ed9a9cc998c1d8
parent68deffc892173e1d003e4da1ad6811e8ba28a51e
add missing break between "case IPv4" and "case IPv6", leading to the
minimum-size for IPv6 being applied to IPv4 packets, subsequently
leading to drop of small-sized IPv4 packets.

Bug found & fixed by Christian Niessner.

Signed-off-by: Christian Niessner <bug-report@secadm.de>
Acked-by: Gert Doering <gert@greenie.muc.de>
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Signed-off-by: David Sommerseth <davids@redhat.com>
(cherry picked from commit 10b99726a30bb7252cb01806f5f276be7873e84e)
tap-win32/tapdrvr.c