Re: [net-next PATCH v2] ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTU

2015-10-30 Thread David Miller
From: Alexander Duyck Date: Mon, 26 Oct 2015 11:06:33 -0700 > This change makes it so that we reinitialize the interface if the MTU is > increased back above IPV6_MIN_MTU and the interface is up. > > Cc: Hannes Frederic Sowa > Signed-off-by:

[net-next PATCH v2] ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTU

2015-10-26 Thread Alexander Duyck
This change makes it so that we reinitialize the interface if the MTU is increased back above IPV6_MIN_MTU and the interface is up. Cc: Hannes Frederic Sowa Signed-off-by: Alexander Duyck --- net/ipv6/addrconf.c | 46