RE: [PATCH] IGMP: Inhibit reports for local multicast groups

2015-08-31 Thread Philip Downey
> -Original Message- > From: Cong Wang [mailto:cw...@twopensource.com] > Sent: Friday, August 28, 2015 10:20 PM > To: Philip Downey > Cc: David Miller; Alexey Kuznetsov; James Morris; Hideaki YOSHIFUJI; Patrick > McHardy; linux-ker...@vger.kernel.org; netdev > Subj

[PATCH 2/2] IGMP: Inhibit reports for local multicast groups - DOCUMENT

2015-08-31 Thread Philip Downey
pv4/igmp_link_local_mcast_reports To retain backwards compatibility the previous behaviour is retained by default on system boot or reverted by setting the value back to non-zero. Signed-off-by: Philip Downey --- Documentation/networking/ip-sysctl.txt |5 + 1 file changed, 5 insertions(+) diff --gi

[PATCH] IGMP: Inhibit reports for local multicast groups

2015-08-27 Thread Philip Downey
rts To retain backwards compatibility the previous behaviour is retained by default on system boot or reverted by setting the value back to non-zero e.g.: echo 1 > /proc/sys/net/ipv4/igmp_link_local_mcast_reports Signed-off-by: Philip Downey --- include/linux/igmp.h |1 + ne

RE: [PATCH] IGMP: Inhibit reports for local multicast groups

2015-08-26 Thread Philip Downey
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Tuesday, August 25, 2015 10:20 PM > To: Philip Downey > Cc: kuz...@ms2.inr.ac.ru; jmor...@namei.org; yoshf...@linux-ipv6.org; > ka...@trash.net; linux-ker...@vger.kernel.org; netdev@vger.ke

[PATCH] IGMP: Inhibit reports for local multicast groups

2015-08-24 Thread Philip Downey
To retain backwards compatibility the previous behaviour is retained by default on system boot or reverted by setting the value back to non-zero e.g.: echo 1 > /proc/sys/net/ipv4/igmp_link_local_reports Signed-off-by: Philip Downey --- include/linux/igmp.h |1 + net/ipv4/

RE: [PATCH] IGMP: Inhibit reports for local multicast groups

2015-08-14 Thread Philip Downey
Hi Andrew Will resubmit with the information you suggest. There might be a slight delay for this as I am on holiday now for a week. Rest regards Philip > -Original Message- > From: Andrew Lunn [mailto:and...@lunn.ch] > Sent: Friday, August 14, 2015 2:35 PM > To: Philip

RE: [PATCH] IGMP: Inhibit reports for local multicast groups

2015-08-14 Thread Philip Downey
Hi Andrew Answers inline... > -Original Message- > From: Andrew Lunn [mailto:and...@lunn.ch] > Sent: Thursday, August 13, 2015 6:02 PM > To: Philip Downey > Cc: David Miller; kuz...@ms2.inr.ac.ru; jmor...@namei.org; yoshfuji@linux- > ipv6.org; ka...@trash.net; linux-ker.

RE: [PATCH] IGMP: Inhibit reports for local multicast groups

2015-08-14 Thread Philip Downey
Sorry for the duplication - I responded in a similar manner before seeing this. Thanks Philip > -Original Message- > From: Thadeu Lima de Souza Cascardo [mailto:casca...@redhat.com] > Sent: Thursday, August 13, 2015 7:08 PM > To: Andrew Lunn > Cc: Philip Downey; David Mil

RE: [PATCH] IGMP: Inhibit reports for local multicast groups

2015-08-13 Thread Philip Downey
needs to ignore local multicast traffic in the reserved range intended for routers since there should be no IGMP client to make "join" requests. Regards Philip > -Original Message- > From: Andrew Lunn [mailto:and...@lunn.ch] > Sent: Thursday, August 13, 2015 5:06 PM

RE: [PATCH] IGMP: Inhibit reports for local multicast groups

2015-08-13 Thread Philip Downey
groups can now be inhibited by means of a system control variable (setting the value to zero). To retain backwards compatibility the previous behaviour is retained by default on system boot. Signed-off-by: Philip Downey Regards Philip > -Original Message- >

[PATCH] IGMP: Inhibit reports for local multicast groups

2015-08-12 Thread Philip Downey
control variable (setting the value to zero). To retain backwards compatibility the previous behaviour is retained by default on system boot. Signed-off-by: Philip Downey --- include/linux/igmp.h |1 + net/ipv4/igmp.c| 29 - net/ipv4/sysctl_net_ipv4