Kconfig 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. #
  2. # IPv6 configuration
  3. #
  4. # IPv6 as module will cause a CRASH if you try to unload it
  5. menuconfig IPV6
  6. tristate "The IPv6 protocol"
  7. default m
  8. ---help---
  9. This is complemental support for the IP version 6.
  10. You will still be able to do traditional IPv4 networking as well.
  11. For general information about IPv6, see
  12. <https://en.wikipedia.org/wiki/IPv6>.
  13. For Linux IPv6 development information, see <http://www.linux-ipv6.org>.
  14. For specific information about IPv6 under Linux, read the HOWTO at
  15. <http://www.bieringer.de/linux/IPv6/>.
  16. To compile this protocol support as a module, choose M here: the
  17. module will be called ipv6.
  18. if IPV6
  19. config IPV6_ROUTER_PREF
  20. bool "IPv6: Router Preference (RFC 4191) support"
  21. ---help---
  22. Router Preference is an optional extension to the Router
  23. Advertisement message which improves the ability of hosts
  24. to pick an appropriate router, especially when the hosts
  25. are placed in a multi-homed network.
  26. If unsure, say N.
  27. config IPV6_ROUTE_INFO
  28. bool "IPv6: Route Information (RFC 4191) support"
  29. depends on IPV6_ROUTER_PREF
  30. ---help---
  31. This is experimental support of Route Information.
  32. If unsure, say N.
  33. config IPV6_OPTIMISTIC_DAD
  34. bool "IPv6: Enable RFC 4429 Optimistic DAD"
  35. ---help---
  36. This is experimental support for optimistic Duplicate
  37. Address Detection. It allows for autoconfigured addresses
  38. to be used more quickly.
  39. If unsure, say N.
  40. config INET6_AH
  41. tristate "IPv6: AH transformation"
  42. select XFRM_ALGO
  43. select CRYPTO
  44. select CRYPTO_HMAC
  45. select CRYPTO_MD5
  46. select CRYPTO_SHA1
  47. ---help---
  48. Support for IPsec AH.
  49. If unsure, say Y.
  50. config INET6_ESP
  51. tristate "IPv6: ESP transformation"
  52. select XFRM_ALGO
  53. select CRYPTO
  54. select CRYPTO_AUTHENC
  55. select CRYPTO_HMAC
  56. select CRYPTO_MD5
  57. select CRYPTO_CBC
  58. select CRYPTO_SHA1
  59. select CRYPTO_DES
  60. ---help---
  61. Support for IPsec ESP.
  62. If unsure, say Y.
  63. config INET6_IPCOMP
  64. tristate "IPv6: IPComp transformation"
  65. select INET6_XFRM_TUNNEL
  66. select XFRM_IPCOMP
  67. ---help---
  68. Support for IP Payload Compression Protocol (IPComp) (RFC3173),
  69. typically needed for IPsec.
  70. If unsure, say Y.
  71. config IPV6_MIP6
  72. tristate "IPv6: Mobility"
  73. select XFRM
  74. ---help---
  75. Support for IPv6 Mobility described in RFC 3775.
  76. If unsure, say N.
  77. config INET6_XFRM_TUNNEL
  78. tristate
  79. select INET6_TUNNEL
  80. default n
  81. config INET6_TUNNEL
  82. tristate
  83. default n
  84. config INET6_XFRM_MODE_TRANSPORT
  85. tristate "IPv6: IPsec transport mode"
  86. default IPV6
  87. select XFRM
  88. ---help---
  89. Support for IPsec transport mode.
  90. If unsure, say Y.
  91. config INET6_XFRM_MODE_TUNNEL
  92. tristate "IPv6: IPsec tunnel mode"
  93. default IPV6
  94. select XFRM
  95. ---help---
  96. Support for IPsec tunnel mode.
  97. If unsure, say Y.
  98. config INET6_XFRM_MODE_BEET
  99. tristate "IPv6: IPsec BEET mode"
  100. default IPV6
  101. select XFRM
  102. ---help---
  103. Support for IPsec BEET mode.
  104. If unsure, say Y.
  105. config INET6_XFRM_MODE_ROUTEOPTIMIZATION
  106. tristate "IPv6: MIPv6 route optimization mode"
  107. select XFRM
  108. ---help---
  109. Support for MIPv6 route optimization mode.
  110. config IPV6_VTI
  111. tristate "Virtual (secure) IPv6: tunneling"
  112. select IPV6_TUNNEL
  113. select NET_IP_TUNNEL
  114. depends on INET6_XFRM_MODE_TUNNEL
  115. ---help---
  116. Tunneling means encapsulating data of one protocol type within
  117. another protocol and sending it over a channel that understands the
  118. encapsulating protocol. This can be used with xfrm mode tunnel to give
  119. the notion of a secure tunnel for IPSEC and then use routing protocol
  120. on top.
  121. config IPV6_SIT
  122. tristate "IPv6: IPv6-in-IPv4 tunnel (SIT driver)"
  123. select INET_TUNNEL
  124. select NET_IP_TUNNEL
  125. select IPV6_NDISC_NODETYPE
  126. default y
  127. ---help---
  128. Tunneling means encapsulating data of one protocol type within
  129. another protocol and sending it over a channel that understands the
  130. encapsulating protocol. This driver implements encapsulation of IPv6
  131. into IPv4 packets. This is useful if you want to connect two IPv6
  132. networks over an IPv4-only path.
  133. Saying M here will produce a module called sit. If unsure, say Y.
  134. config IPV6_SIT_6RD
  135. bool "IPv6: IPv6 Rapid Deployment (6RD)"
  136. depends on IPV6_SIT
  137. default n
  138. ---help---
  139. IPv6 Rapid Deployment (6rd; draft-ietf-softwire-ipv6-6rd) builds upon
  140. mechanisms of 6to4 (RFC3056) to enable a service provider to rapidly
  141. deploy IPv6 unicast service to IPv4 sites to which it provides
  142. customer premise equipment. Like 6to4, it utilizes stateless IPv6 in
  143. IPv4 encapsulation in order to transit IPv4-only network
  144. infrastructure. Unlike 6to4, a 6rd service provider uses an IPv6
  145. prefix of its own in place of the fixed 6to4 prefix.
  146. With this option enabled, the SIT driver offers 6rd functionality by
  147. providing additional ioctl API to configure the IPv6 Prefix for in
  148. stead of static 2002::/16 for 6to4.
  149. If unsure, say N.
  150. config IPV6_NDISC_NODETYPE
  151. bool
  152. config IPV6_TUNNEL
  153. tristate "IPv6: IP-in-IPv6 tunnel (RFC2473)"
  154. select INET6_TUNNEL
  155. ---help---
  156. Support for IPv6-in-IPv6 and IPv4-in-IPv6 tunnels described in
  157. RFC 2473.
  158. If unsure, say N.
  159. config IPV6_GRE
  160. tristate "IPv6: GRE tunnel"
  161. select IPV6_TUNNEL
  162. select NET_IP_TUNNEL
  163. ---help---
  164. Tunneling means encapsulating data of one protocol type within
  165. another protocol and sending it over a channel that understands the
  166. encapsulating protocol. This particular tunneling driver implements
  167. GRE (Generic Routing Encapsulation) and at this time allows
  168. encapsulating of IPv4 or IPv6 over existing IPv6 infrastructure.
  169. This driver is useful if the other endpoint is a Cisco router: Cisco
  170. likes GRE much better than the other Linux tunneling driver ("IP
  171. tunneling" above). In addition, GRE allows multicast redistribution
  172. through the tunnel.
  173. Saying M here will produce a module called ip6_gre. If unsure, say N.
  174. config IPV6_MULTIPLE_TABLES
  175. bool "IPv6: Multiple Routing Tables"
  176. select FIB_RULES
  177. ---help---
  178. Support multiple routing tables.
  179. config IPV6_SUBTREES
  180. bool "IPv6: source address based routing"
  181. depends on IPV6_MULTIPLE_TABLES
  182. ---help---
  183. Enable routing by source address or prefix.
  184. The destination address is still the primary routing key, so mixing
  185. normal and source prefix specific routes in the same routing table
  186. may sometimes lead to unintended routing behavior. This can be
  187. avoided by defining different routing tables for the normal and
  188. source prefix specific routes.
  189. If unsure, say N.
  190. config IPV6_MROUTE
  191. bool "IPv6: multicast routing"
  192. depends on IPV6
  193. ---help---
  194. Experimental support for IPv6 multicast forwarding.
  195. If unsure, say N.
  196. config IPV6_MROUTE_MULTIPLE_TABLES
  197. bool "IPv6: multicast policy routing"
  198. depends on IPV6_MROUTE
  199. select FIB_RULES
  200. help
  201. Normally, a multicast router runs a userspace daemon and decides
  202. what to do with a multicast packet based on the source and
  203. destination addresses. If you say Y here, the multicast router
  204. will also be able to take interfaces and packet marks into
  205. account and run multiple instances of userspace daemons
  206. simultaneously, each one handling a single table.
  207. If unsure, say N.
  208. config IPV6_PIMSM_V2
  209. bool "IPv6: PIM-SM version 2 support"
  210. depends on IPV6_MROUTE
  211. ---help---
  212. Support for IPv6 PIM multicast routing protocol PIM-SMv2.
  213. If unsure, say N.
  214. endif # IPV6