Re: [PATCH net] ipv6/mcast: update mc_qrv when join new group

2018-11-20 Thread Hangbin Liu
On Wed, Nov 14, 2018 at 10:37:31AM +0800, Hangbin Liu wrote: > On Thu, Nov 08, 2018 at 03:44:10PM +0800, Hangbin Liu wrote: > > On Fri, Oct 26, 2018 at 10:30:54AM +0800, Hangbin Liu wrote: > > > Currently we only set mc_qrv to sysctl_mld_qrv when interface up. If we > > > change sysctl_mld_qrv

Re: [PATCH net] ipv6/mcast: update mc_qrv when join new group

2018-11-13 Thread Hangbin Liu
On Thu, Nov 08, 2018 at 03:44:10PM +0800, Hangbin Liu wrote: > On Fri, Oct 26, 2018 at 10:30:54AM +0800, Hangbin Liu wrote: > > Currently we only set mc_qrv to sysctl_mld_qrv when interface up. If we > > change sysctl_mld_qrv after interface up, it will has no effect. > > > > Fix it by assigning

Re: [PATCH net] ipv6/mcast: update mc_qrv when join new group

2018-11-08 Thread David Miller
From: Hangbin Liu Date: Thu, 8 Nov 2018 15:44:10 +0800 > On Fri, Oct 26, 2018 at 10:30:54AM +0800, Hangbin Liu wrote: >> Currently we only set mc_qrv to sysctl_mld_qrv when interface up. If we >> change sysctl_mld_qrv after interface up, it will has no effect. >> >> Fix it by assigning latest

Re: [PATCH net] ipv6/mcast: update mc_qrv when join new group

2018-11-07 Thread Hangbin Liu
On Fri, Oct 26, 2018 at 10:30:54AM +0800, Hangbin Liu wrote: > Currently we only set mc_qrv to sysctl_mld_qrv when interface up. If we > change sysctl_mld_qrv after interface up, it will has no effect. > > Fix it by assigning latest sysctl_mld_qrv to idev mc_qrv when join new group. > >

Re: [PATCH net] ipv6/mcast: update mc_qrv when join new group

2018-10-29 Thread David Miller
From: Hangbin Liu Date: Fri, 26 Oct 2018 10:30:54 +0800 > Currently we only set mc_qrv to sysctl_mld_qrv when interface up. If we > change sysctl_mld_qrv after interface up, it will has no effect. > > Fix it by assigning latest sysctl_mld_qrv to idev mc_qrv when join new group. > >

[PATCH net] ipv6/mcast: update mc_qrv when join new group

2018-10-25 Thread Hangbin Liu
Currently we only set mc_qrv to sysctl_mld_qrv when interface up. If we change sysctl_mld_qrv after interface up, it will has no effect. Fix it by assigning latest sysctl_mld_qrv to idev mc_qrv when join new group. Reported-by: Ying Xu Signed-off-by: Hangbin Liu --- net/ipv6/mcast.c | 1 + 1