commit | 408c4768cd0843f43a13a442c76215dd9cadf23d | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Thu Jan 10 17:41:21 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:01:38 2008 -0800 |
tree | a156f4e7d0bcfda14e5aadc9eaadfbf6e2e5d7e7 | |
parent | 4250846146c04ac6f17bf92619ddfef6db2cf34f [diff] |
[NETNS]: Clean out the ipv6-related sysctls creation/destruction The addrconf sysctls and neigh sysctls are registered and unregistered always in pairs, so they can be joined into one (well, two) functions, that accept the struct inet6_dev and do all the job. This also get rids of unneeded ifdefs inside the code. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>