Re: [PATCH] net: ipv6: Disable forwarding per interface via sysctl

2016-09-16 Thread Mike Manning
On 09/16/2016 04:46 PM, Hannes Frederic Sowa wrote: > On 16.09.2016 15:39, Eric Dumazet wrote: >> On Fri, 2016-09-16 at 13:47 +0100, Mike Manning wrote: >>> Disabling forwarding per interface via sysctl continues to allow >>> forwarding. This is contrary to the sysctl documentation stating that >>>

Re: [PATCH] net: ipv6: Disable forwarding per interface via sysctl

2016-09-16 Thread Hannes Frederic Sowa
On 16.09.2016 15:39, Eric Dumazet wrote: > On Fri, 2016-09-16 at 13:47 +0100, Mike Manning wrote: >> Disabling forwarding per interface via sysctl continues to allow >> forwarding. This is contrary to the sysctl documentation stating that >> the forwarding sysctl is per interface, whereas currently

Re: [PATCH] net: ipv6: Disable forwarding per interface via sysctl

2016-09-16 Thread Eric Dumazet
On Fri, 2016-09-16 at 13:47 +0100, Mike Manning wrote: > Disabling forwarding per interface via sysctl continues to allow > forwarding. This is contrary to the sysctl documentation stating that > the forwarding sysctl is per interface, whereas currently it is only > the sysctl for all interfaces th

[PATCH] net: ipv6: Disable forwarding per interface via sysctl

2016-09-16 Thread Mike Manning
Disabling forwarding per interface via sysctl continues to allow forwarding. This is contrary to the sysctl documentation stating that the forwarding sysctl is per interface, whereas currently it is only the sysctl for all interfaces that has an effect on forwarding. The solution is to drop any rec