Re: [PATCH net-next] ipv4/igmp: Don't drop IGMP pkt with zeros src addr

2019-02-03 Thread David Miller
From: Edward Chron Date: Thu, 31 Jan 2019 15:00:40 -0800 > 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

[PATCH net-next] ipv4/igmp: Don't drop IGMP pkt with zeros src addr

2019-01-31 Thread Edward Chron
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 --- net/ipv4/route.c | 3 ++- 1 file changed, 2 insertions(+),