]> asedeno.scripts.mit.edu Git - linux.git/commit
ipv4/igmp: Don't drop IGMP pkt with zeros src addr
authorEdward Chron <echron@arista.com>
Thu, 31 Jan 2019 23:00:40 +0000 (15:00 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Feb 2019 17:54:05 +0000 (09:54 -0800)
commit1d2f4ebbbeb1ec055dcd3cf3dba833cfd0a84f3a
tree54befe3292a9c39fa94f44b0bdb55b65770e4c12
parentf66ebd14a71bd50a46801a7cabd779a1a324bf76
ipv4/igmp: Don't drop IGMP pkt with zeros src addr

Don't drop IGMP packets with a source address of all zeros which are
IGMP proxy reports. This is documented in Section 2.1.1 IGMP
Forwarding Rules of RFC 4541 IGMP and MLD Snooping Switches
Considerations.

Signed-off-by: Edward Chron <echron@arista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c