Re: [Bridge] Bug#625914: linux-image-2.6.38-2-amd64: bridging is not interacting well with multicast in 2.6.38-4

2011-05-13 Thread Stephen Hemminger
On Tue, 10 May 2011 16:35:40 -0700 Noah Meyerhans wrote: > On Tue, May 10, 2011 at 03:11:00PM -0700, Stephen Hemminger wrote: > > There were two more follow on commits in stable related to this. > > I recommend merging 2.6.38.6 which includes these. > > The problem still exists in the current 2.

[Bridge] [PATCH] bridge: fix forwarding of IPv6

2011-05-13 Thread Stephen Hemminger
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 Signed-off-by: Stephen Hemminger --- Patch agains

Re: [Bridge] [PATCH] bridge: fix forwarding of IPv6

2011-05-13 Thread Eric Dumazet
Le vendredi 13 mai 2011 à 12:53 -0700, Stephen Hemminger a écrit : > 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. > > R

Re: [Bridge] [PATCH] bridge: fix forwarding of IPv6

2011-05-13 Thread David Miller
From: Eric Dumazet Date: Fri, 13 May 2011 22:00:44 +0200 > Le vendredi 13 mai 2011 à 12:53 -0700, Stephen Hemminger a écrit : >> The commit 6b1e960fdbd75dcd9bcc3ba5ff8898ff1ad30b6e >> bridge: Reset IPCB when entering IP stack on NF_FORWARD >> broke forwarding of IPV6 packets in bridge because

Re: [Bridge] [PATCH] bridge: fix forwarding of IPv6

2011-05-13 Thread David Miller
From: Stephen Hemminger Date: Fri, 13 May 2011 12:53:14 -0700 > 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. > > Repo

Re: [Bridge] [PATCH] bridge: fix forwarding of IPv6

2011-05-13 Thread Eric Dumazet
Le vendredi 13 mai 2011 à 16:02 -0400, David Miller a écrit : > I do need to queue it up for -stable because the faulty commit is > also queued up there :-) okay ;) ___ Bridge mailing list Bridge@lists.linux-foundation.org https://lists.linux-foundati

Re: [Bridge] [PATCH] bridge: fix forwarding of IPv6

2011-05-13 Thread Stephen Hemminger
On Fri, 13 May 2011 16:02:32 -0400 (EDT) David Miller wrote: > From: Eric Dumazet > Date: Fri, 13 May 2011 22:00:44 +0200 > > > Le vendredi 13 mai 2011 à 12:53 -0700, Stephen Hemminger a écrit : > >> The commit 6b1e960fdbd75dcd9bcc3ba5ff8898ff1ad30b6e > >> bridge: Reset IPCB when entering I