bugzilla-daemon at netfilter.org
2014-Feb-09 23:07 UTC
[Bug 900] New: Bridging issue: IP packets with Multicast Ethernet Address
https://bugzilla.netfilter.org/show_bug.cgi?id=900
Summary: Bridging issue: IP packets with Multicast Ethernet
Address
Product: netfilter/iptables
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: bridging
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy: sophal.lee at live.com
Estimated Hours: 0.0
Non-IP multicast/broadcast Ethernet does get flooded in all bridge ports as
expected (e.g. ARP/NLB/STP all get through).
IP packets with multicast Ethernet address gets dropped instead of being
broadcast to all bridge ports. I've managed to work around problem by
forwarding IP to the broadcast address of ff:ff:ff:ff:ff:ff.
However, I think the bridging should determine whether IP packets is multicast
by looking the the LSB of the first octet and making bridging decisions
accordingly.
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
bugzilla-daemon at netfilter.org
2014-Feb-09 23:11 UTC
[Bug 900] Bridging issue: IP packets with Multicast Ethernet Address
https://bugzilla.netfilter.org/show_bug.cgi?id=900 --- Comment #1 from Sophal <sophal.lee at live.com> 2014-02-10 00:11:00 CET --- Just a bit more information to issue, problem is with ebtables. Basically, these IP packets with the multicast MAC address arrives in the brouting chain and gets dropped. I use the pre-routing to forward to the broadcast MAC address as a work around. Thanks. -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.