Kconfig (fc8e1ead9314cf0e0f1922e661428b93d3a50d88) | Kconfig (fa857afcf77da669eb6b7031ec07ad14b912c307) |
---|---|
1# 2# IPv6 configuration 3# 4 5# IPv6 as module will cause a CRASH if you try to unload it 6menuconfig IPV6 7 tristate "The IPv6 protocol" 8 default m --- 156 unchanged lines hidden (view full) --- 165 Tunneling means encapsulating data of one protocol type within 166 another protocol and sending it over a channel that understands the 167 encapsulating protocol. This driver implements encapsulation of IPv6 168 into IPv4 packets. This is useful if you want to connect two IPv6 169 networks over an IPv4-only path. 170 171 Saying M here will produce a module called sit. If unsure, say Y. 172 | 1# 2# IPv6 configuration 3# 4 5# IPv6 as module will cause a CRASH if you try to unload it 6menuconfig IPV6 7 tristate "The IPv6 protocol" 8 default m --- 156 unchanged lines hidden (view full) --- 165 Tunneling means encapsulating data of one protocol type within 166 another protocol and sending it over a channel that understands the 167 encapsulating protocol. This driver implements encapsulation of IPv6 168 into IPv4 packets. This is useful if you want to connect two IPv6 169 networks over an IPv4-only path. 170 171 Saying M here will produce a module called sit. If unsure, say Y. 172 |
173config IPV6_SIT_6RD 174 bool "IPv6: IPv6 Rapid Development (6RD) (EXPERIMENTAL)" 175 depends on IPV6_SIT && EXPERIMENTAL 176 default n 177 ---help--- 178 IPv6 Rapid Deployment (6rd; draft-ietf-softwire-ipv6-6rd) builds upon 179 mechanisms of 6to4 (RFC3056) to enable a service provider to rapidly 180 deploy IPv6 unicast service to IPv4 sites to which it provides 181 customer premise equipment. Like 6to4, it utilizes stateless IPv6 in 182 IPv4 encapsulation in order to transit IPv4-only network 183 infrastructure. Unlike 6to4, a 6rd service provider uses an IPv6 184 prefix of its own in place of the fixed 6to4 prefix. 185 186 With this option enabled, the SIT driver offers 6rd functionality by 187 providing additional ioctl API to configure the IPv6 Prefix for in 188 stead of static 2002::/16 for 6to4. 189 190 If unsure, say N. 191 |
|
173config IPV6_NDISC_NODETYPE 174 bool 175 176config IPV6_TUNNEL 177 tristate "IPv6: IP-in-IPv6 tunnel (RFC2473)" 178 select INET6_TUNNEL 179 ---help--- 180 Support for IPv6-in-IPv6 and IPv4-in-IPv6 tunnels described in --- 40 unchanged lines hidden --- | 192config IPV6_NDISC_NODETYPE 193 bool 194 195config IPV6_TUNNEL 196 tristate "IPv6: IP-in-IPv6 tunnel (RFC2473)" 197 select INET6_TUNNEL 198 ---help--- 199 Support for IPv6-in-IPv6 and IPv4-in-IPv6 tunnels described in --- 40 unchanged lines hidden --- |