Re: [PATCH net] ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is set

2019-08-19 Thread David Miller
From: Hangbin Liu Date: Tue, 13 Aug 2019 21:52:32 +0800 > The ip address autojoin is not working for IPv6 as ipv6_add_addr() > will return -EADDRNOTAVAIL when adding a multicast address. > > Reported-by: Jianlin Shi > Fixes: 93a714d6b53d ("multicast: Extend ip address command to enable > multi

[PATCH net] ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is set

2019-08-13 Thread Hangbin Liu
The ip address autojoin is not working for IPv6 as ipv6_add_addr() will return -EADDRNOTAVAIL when adding a multicast address. Reported-by: Jianlin Shi Fixes: 93a714d6b53d ("multicast: Extend ip address command to enable multicast group join/leave on") Signed-off-by: Hangbin Liu --- net/ipv6/a