Re: [PATCH] ipv6: unneccessary to get address prefix in addrconf_get_prefix_route
From: David Miller <davem@davemloft.net>
Date: 2013-12-31 18:38:05
From: David Miller <davem@davemloft.net>
Date: 2013-12-31 18:38:05
From: roy.qing.li@gmail.com Date: Mon, 23 Dec 2013 09:32:38 +0800
From: Li RongQing <redacted> Since addrconf_get_prefix_route inputs the address prefix to fib6_locate, which does not uses the data which is out of the prefix_len length, so do not need to use ipv6_addr_prefix to get address prefix. Signed-off-by: Li RongQing <redacted>
Applied, thanks.