|
发表于 2003-3-16 23:47:10
|
显示全部楼层
u can include ipv6 in network option.
CONFIG_IPV6: │
│ │
│ This is experimental support for the next version of the Internet │
│ Protocol: IP version 6 (also called IPng "IP next generation"). │
│ Features of this new protocol include: expanded address space, │
│ authentication and privacy, and seamless interoperability with the │
│ current version of IP (IP version 4). For general information about │
│ IPv6, see <http://playground.sun.com/pub/ipng/html/ipng-main.html>; │
│ for specific information about IPv6 under Linux read the HOWTO at │
│ <http://www.bieringer.de/linux/IPv6/> and the file net/ipv6/README │
│ in the kernel source. │
│ │
│ If you want to use IPv6, please upgrade to the newest net-tools as │
│ given in Documentation/Changes. You will still be able to do │
│ regular IPv4 networking as well. │
│ │
│ This protocol support is also available as a module ( = code which │
│ can be inserted in and removed from the running kernel whenever you │
│ want). The module will be called ipv6.o. If you want to compile it │
│ as a module, say M here and read Documentation/modules.txt. │
│ │
│ It is safe to say N here for now. |
|