bridge: fix forwarding of IPv6
authorStephen Hemminger <shemminger@vyatta.com>
Fri, 13 May 2011 20:03:24 +0000 (16:03 -0400)
committerSteve Conklin <sconklin@canonical.com>
Fri, 15 Jul 2011 17:20:55 +0000 (12:20 -0500)
commit923d0fba2bd873af00873e78f71ebbe9c29092a0
tree433c647ccd17c95adaf2003a3a182c2d28b5ae60
parent5ef4c9f0a21d30145f4cfcc8e3079dd7a23ce45b
bridge: fix forwarding of IPv6

BugLink: http://bugs.launchpad.net/bugs/793702

[ Upstream commit cb68552858c64db302771469b1202ea09e696329 ]

The commit 6b1e960fdbd75dcd9bcc3ba5ff8898ff1ad30b6e
    bridge: Reset IPCB when entering IP stack on NF_FORWARD
broke forwarding of IPV6 packets in bridge because it would
call bp_parse_ip_options with an IPV6 packet.

Reported-by: Noah Meyerhans <noahm@debian.org>
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Reviewed-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
net/bridge/br_netfilter.c