Kconfig 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  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. depends on INET6_XFRM_MODE_TUNNEL
  114. ---help---
  115. Tunneling means encapsulating data of one protocol type within
  116. another protocol and sending it over a channel that understands the
  117. encapsulating protocol. This can be used with xfrm mode tunnel to give
  118. the notion of a secure tunnel for IPSEC and then use routing protocol
  119. on top.
  120. config IPV6_SIT
  121. tristate "IPv6: IPv6-in-IPv4 tunnel (SIT driver)"
  122. select INET_TUNNEL
  123. select NET_IP_TUNNEL
  124. select IPV6_NDISC_NODETYPE
  125. default y
  126. ---help---
  127. Tunneling means encapsulating data of one protocol type within
  128. another protocol and sending it over a channel that understands the
  129. encapsulating protocol. This driver implements encapsulation of IPv6
  130. into IPv4 packets. This is useful if you want to connect two IPv6
  131. networks over an IPv4-only path.
  132. Saying M here will produce a module called sit. If unsure, say Y.
  133. config IPV6_SIT_6RD
  134. bool "IPv6: IPv6 Rapid Deployment (6RD)"
  135. depends on IPV6_SIT
  136. default n
  137. ---help---
  138. IPv6 Rapid Deployment (6rd; draft-ietf-softwire-ipv6-6rd) builds upon
  139. mechanisms of 6to4 (RFC3056) to enable a service provider to rapidly
  140. deploy IPv6 unicast service to IPv4 sites to which it provides
  141. customer premise equipment. Like 6to4, it utilizes stateless IPv6 in
  142. IPv4 encapsulation in order to transit IPv4-only network
  143. infrastructure. Unlike 6to4, a 6rd service provider uses an IPv6
  144. prefix of its own in place of the fixed 6to4 prefix.
  145. With this option enabled, the SIT driver offers 6rd functionality by
  146. providing additional ioctl API to configure the IPv6 Prefix for in
  147. stead of static 2002::/16 for 6to4.
  148. If unsure, say N.
  149. config IPV6_NDISC_NODETYPE
  150. bool
  151. config IPV6_TUNNEL
  152. tristate "IPv6: IP-in-IPv6 tunnel (RFC2473)"
  153. select INET6_TUNNEL
  154. ---help---
  155. Support for IPv6-in-IPv6 and IPv4-in-IPv6 tunnels described in
  156. RFC 2473.
  157. If unsure, say N.
  158. config IPV6_GRE
  159. tristate "IPv6: GRE tunnel"
  160. select IPV6_TUNNEL
  161. select NET_IP_TUNNEL
  162. ---help---
  163. Tunneling means encapsulating data of one protocol type within
  164. another protocol and sending it over a channel that understands the
  165. encapsulating protocol. This particular tunneling driver implements
  166. GRE (Generic Routing Encapsulation) and at this time allows
  167. encapsulating of IPv4 or IPv6 over existing IPv6 infrastructure.
  168. This driver is useful if the other endpoint is a Cisco router: Cisco
  169. likes GRE much better than the other Linux tunneling driver ("IP
  170. tunneling" above). In addition, GRE allows multicast redistribution
  171. through the tunnel.
  172. Saying M here will produce a module called ip6_gre. If unsure, say N.
  173. config IPV6_MULTIPLE_TABLES
  174. bool "IPv6: Multiple Routing Tables"
  175. select FIB_RULES
  176. ---help---
  177. Support multiple routing tables.
  178. config IPV6_SUBTREES
  179. bool "IPv6: source address based routing"
  180. depends on IPV6_MULTIPLE_TABLES
  181. ---help---
  182. Enable routing by source address or prefix.
  183. The destination address is still the primary routing key, so mixing
  184. normal and source prefix specific routes in the same routing table
  185. may sometimes lead to unintended routing behavior. This can be
  186. avoided by defining different routing tables for the normal and
  187. source prefix specific routes.
  188. If unsure, say N.
  189. config IPV6_MROUTE
  190. bool "IPv6: multicast routing"
  191. depends on IPV6
  192. ---help---
  193. Experimental support for IPv6 multicast forwarding.
  194. If unsure, say N.
  195. config IPV6_MROUTE_MULTIPLE_TABLES
  196. bool "IPv6: multicast policy routing"
  197. depends on IPV6_MROUTE
  198. select FIB_RULES
  199. help
  200. Normally, a multicast router runs a userspace daemon and decides
  201. what to do with a multicast packet based on the source and
  202. destination addresses. If you say Y here, the multicast router
  203. will also be able to take interfaces and packet marks into
  204. account and run multiple instances of userspace daemons
  205. simultaneously, each one handling a single table.
  206. If unsure, say N.
  207. config IPV6_PIMSM_V2
  208. bool "IPv6: PIM-SM version 2 support"
  209. depends on IPV6_MROUTE
  210. ---help---
  211. Support for IPv6 PIM multicast routing protocol PIM-SMv2.
  212. If unsure, say N.
  213. endif # IPV6