Kconfig 903 B

12345678910111213141516171819202122232425262728
  1. #
  2. # Layer Two Tunneling Protocol (L2TP)
  3. #
  4. menuconfig L2TP
  5. tristate "Layer Two Tunneling Protocol (L2TP)"
  6. depends on INET
  7. ---help---
  8. Layer Two Tunneling Protocol
  9. From RFC 2661 <http://www.ietf.org/rfc/rfc2661.txt>.
  10. L2TP facilitates the tunneling of packets across an
  11. intervening network in a way that is as transparent as
  12. possible to both end-users and applications.
  13. L2TP is often used to tunnel PPP traffic over IP
  14. tunnels. One IP tunnel may carry thousands of individual PPP
  15. connections. L2TP is also used as a VPN protocol, popular
  16. with home workers to connect to their offices.
  17. The kernel component handles only L2TP data packets: a
  18. userland daemon handles L2TP the control protocol (tunnel
  19. and session setup). One such daemon is OpenL2TP
  20. (http://openl2tp.org/).
  21. If you don't need L2TP, say N. To compile all L2TP code as
  22. modules, choose M here.