https://github.com/torvalds/linux
Revision d31c7b8fa303eb81311f27b80595b8d2cbeef950 authored by Evgeniy Polyakov on 30 November 2007, 12:36:08 UTC, committed by Herbert Xu on 30 November 2007, 12:36:08 UTC
Avaid provided test application, so bug got fixed.

IPv6 addrconf removes ipv6 inner device from netdev each time cmu
changes and new value is less than IPV6_MIN_MTU (1280 bytes).
When mtu is changed and new value is greater than IPV6_MIN_MTU,
it does not add ipv6 addresses and inner device bac.

This patch fixes that.

Tested with Avaid's application, which works ok now.

Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent d5a784b
History
Tip revision: d31c7b8fa303eb81311f27b80595b8d2cbeef950 authored by Evgeniy Polyakov on 30 November 2007, 12:36:08 UTC
[IPV6]: Restore IPv6 when MTU is big enough
Tip revision: d31c7b8
File Mode Size
.gitignore -rw-r--r-- 102 bytes
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 1.8 KB
gen_init_cpio.c -rw-r--r-- 11.4 KB
initramfs_data.S -rw-r--r-- 1.0 KB

back to top