]> git.baikalelectronics.ru Git - kernel.git/commit
neigh: ipv6: respect default values set before an address is assigned to device
authorJiri Pirko <jiri@resnulli.us>
Sat, 7 Dec 2013 18:26:57 +0000 (19:26 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Dec 2013 01:56:12 +0000 (20:56 -0500)
commitbd43f9aea323f2b10d5506dba2281594bb93db6a
tree03fc9ec1ff30dcc822c1a7ff421b69b1e9228502
parent21464097f159e9ee3597938358b83995709560a0
neigh: ipv6: respect default values set before an address is assigned to device

Make the behaviour similar to ipv4. This will allow user to set sysctl
default neigh param values and these values will be respected even by
devices registered before (that ones what do not have address set yet).

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/addrconf.h
net/core/neighbour.c
net/ipv6/addrconf.c