]> git.baikalelectronics.ru Git - kernel.git/commit
IPv6: Add 'autoconf' and 'disable_ipv6' module parameters
authorBrian Haley <brian.haley@hp.com>
Mon, 1 Jun 2009 10:07:33 +0000 (03:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jun 2009 10:07:33 +0000 (03:07 -0700)
commit6970ff8682ee22d607184e68f7ab32cdf099da92
tree5f7d6fedc4370333898ef7790711e0a9c73e323d
parentb2eaf6de9caa5bb445f7175098a310e087282b67
IPv6: Add 'autoconf' and 'disable_ipv6' module parameters

Add 'autoconf' and 'disable_ipv6' parameters to the IPv6 module.

The first controls if IPv6 addresses are autoconfigured from
prefixes received in Router Advertisements.  The IPv6 loopback
(::1) and link-local addresses are still configured.

The second controls if IPv6 addresses are desired at all.  No
IPv6 addresses will be added to any interfaces.

Signed-off-by: Brian Haley <brian.haley@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt
Documentation/networking/ipv6.txt
include/linux/ipv6.h
net/ipv6/addrconf.c
net/ipv6/af_inet6.c