Kconfig (bf61c8840efe60fd8f91446860b63338fb424158) Kconfig (85644b4d0c6f7be64dad461057d78a484b45bf5b)
1#
2# Layer Two Tunneling Protocol (L2TP)
3#
4
5menuconfig L2TP
6 tristate "Layer Two Tunneling Protocol (L2TP)"
7 depends on (IPV6 || IPV6=n)
8 depends on INET
1#
2# Layer Two Tunneling Protocol (L2TP)
3#
4
5menuconfig L2TP
6 tristate "Layer Two Tunneling Protocol (L2TP)"
7 depends on (IPV6 || IPV6=n)
8 depends on INET
9 select NET_UDP_TUNNEL
9 ---help---
10 Layer Two Tunneling Protocol
11
12 From RFC 2661 <http://www.ietf.org/rfc/rfc2661.txt>.
13
14 L2TP facilitates the tunneling of packets across an
15 intervening network in a way that is as transparent as
16 possible to both end-users and applications.

--- 92 unchanged lines hidden ---
10 ---help---
11 Layer Two Tunneling Protocol
12
13 From RFC 2661 <http://www.ietf.org/rfc/rfc2661.txt>.
14
15 L2TP facilitates the tunneling of packets across an
16 intervening network in a way that is as transparent as
17 possible to both end-users and applications.

--- 92 unchanged lines hidden ---