Re: Cannot set IPv6 address

2016-11-17 Thread Saeed Mahameed
On Wed, Nov 16, 2016 at 5:34 PM, David Lebrun wrote: > On 11/16/2016 04:22 PM, Saeed Mahameed wrote: >> Hi David, >> >> The following commit introduced a new issue when setting IPv6 address >> via the following command: >> >> /sbin/ip -6 addr add 2001:0db8:0:f112::1/64 dev enp2s2 >> RTNETLINK answ

Re: Cannot set IPv6 address

2016-11-17 Thread Saeed Mahameed
On Wed, Nov 16, 2016 at 5:29 PM, Eric Dumazet wrote: > On Wed, 2016-11-16 at 17:22 +0200, Saeed Mahameed wrote: >> Hi David, >> >> The following commit introduced a new issue when setting IPv6 address >> via the following command: >> >> /sbin/ip -6 addr add 2001:0db8:0:f112::1/64 dev enp2s2 >> RTN

Re: Cannot set IPv6 address

2016-11-16 Thread David Lebrun
On 11/16/2016 04:22 PM, Saeed Mahameed wrote: > Hi David, > > The following commit introduced a new issue when setting IPv6 address > via the following command: > > /sbin/ip -6 addr add 2001:0db8:0:f112::1/64 dev enp2s2 > RTNETLINK answers: Operation not supported > > Offending commit: > > comm

Re: Cannot set IPv6 address

2016-11-16 Thread Eric Dumazet
On Wed, 2016-11-16 at 17:22 +0200, Saeed Mahameed wrote: > Hi David, > > The following commit introduced a new issue when setting IPv6 address > via the following command: > > /sbin/ip -6 addr add 2001:0db8:0:f112::1/64 dev enp2s2 > RTNETLINK answers: Operation not supported > > Offending commit

Cannot set IPv6 address

2016-11-16 Thread Saeed Mahameed
Hi David, The following commit introduced a new issue when setting IPv6 address via the following command: /sbin/ip -6 addr add 2001:0db8:0:f112::1/64 dev enp2s2 RTNETLINK answers: Operation not supported Offending commit: commit 6c8702c60b88651072460f3f4026c7dfe2521d12 Author: David Lebrun Da