ipv6.txt 950 B

1234567891011121314151617181920212223242526272829303132333435
  1. Options for the ipv6 module are supplied as parameters at load time.
  2. Module options may be given as command line arguments to the insmod
  3. or modprobe command, but are usually specified in either the
  4. /etc/modules.conf or /etc/modprobe.conf configuration file, or in a
  5. distro-specific configuration file.
  6. The available ipv6 module parameters are listed below. If a parameter
  7. is not specified the default value is used.
  8. The parameters are as follows:
  9. disable
  10. Specifies whether to load the IPv6 module, but disable all
  11. its functionality. This might be used when another module
  12. has a dependency on the IPv6 module being loaded, but no
  13. IPv6 addresses or operations are desired.
  14. The possible values and their effects are:
  15. 0
  16. IPv6 is enabled.
  17. This is the default value.
  18. 1
  19. IPv6 is disabled.
  20. No IPv6 addresses will be added to interfaces, and
  21. it will not be possible to open an IPv6 socket.
  22. A reboot is required to enable IPv6.