[ovs-dev] [PATCH branch-v2.5] ofproto-dpif-xlate: Fix duplicate multicast packets

2016-11-15 Thread O'Reilly, Darragh
When iterating the list of mrouters, skip any that are not on the same vlan as the multicast packet to be forwarded. This bug was causing duplicate packets when more than one mrouter was behind a trunk port. Reported-at: https://mail.openvswitch.org/pipermail/ovs-discuss/2016-November/042938.html

Re: [ovs-dev] [PATCH v2] ofproto-dpif-xlate: Fix duplicate multicast packets

2016-11-15 Thread O'Reilly, Darragh
> -Original Message- > From: Simon Horman [mailto:simon.hor...@netronome.com] > Sent: 15 November 2016 09:12 > Thanks. I have added this patch to branch-2.6. > Unfortunately the test seems to fail when the patch is applied to branch-2.5. > I > am wondering if you could provide an updated

[ovs-dev] [PATCH] FAQ: Fix current LTS version

2016-11-14 Thread O'Reilly, Darragh
Signed-off-by: Darragh O'Reilly --- FAQ.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.rst b/FAQ.rst index 0e53301..a933c78 100644 --- a/FAQ.rst +++ b/FAQ.rst @@ -143,7 +143,7 @@ Q: What does it mean for an Open vSwitch release to be LTS (long-term support)? If

Re: [ovs-dev] [PATCH v2] ofproto-dpif-xlate: Fix duplicate multicast packets

2016-11-14 Thread O'Reilly, Darragh
Thanks. > From: Simon Horman [mailto:simon.hor...@netronome.com] > Sent: 14 November 2016 12:44 > Thanks, I have applied this to the master branch. > > Please let me know which if any of branch-2.* you feel it is appropriate for. Thanks. The customer is on branch-2.5. _

[ovs-dev] [PATCH v2] ofproto-dpif-xlate: Fix duplicate multicast packets

2016-11-11 Thread O'Reilly, Darragh
When iterating the list of mrouters, skip any that are not on the same vlan as the multicast packet to be forwarded. This bug was causing duplicate packets when more than one mrouter was behind a trunk port. Reported-at: https://mail.openvswitch.org/pipermail/ovs-discuss/2016-November/042938.html

[ovs-dev] [PATCH] ofproto-dpif-xlate: Fix duplicate multicast packets

2016-11-07 Thread O'Reilly, Darragh
When iterating the list of mrouters, skip any that are not on the same vlan as the multicast packet to be forwarded. This bug was causing duplicate packets when more than one mrouter was behind a trunk port. Reported-at: https://mail.openvswitch.org/pipermail/ovs-discuss/2016-November/042938.htm