Kconfig (cf9ce948f47640797bd19980e1d99c6d17d0bdc3) Kconfig (41694365e2fbd68dcde3bf4b698e35bd6a932ed6)
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

--- 32 unchanged lines hidden (view full) ---

41 analysis.
42
43 If unsure, say 'Y'.
44
45 To compile this driver as a module, choose M here. The module
46 will be called l2tp_debugfs.
47
48config L2TP_V3
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

--- 32 unchanged lines hidden (view full) ---

41 analysis.
42
43 If unsure, say 'Y'.
44
45 To compile this driver as a module, choose M here. The module
46 will be called l2tp_debugfs.
47
48config L2TP_V3
49 bool "L2TPv3 support (EXPERIMENTAL)"
50 depends on EXPERIMENTAL && L2TP
49 bool "L2TPv3 support"
50 depends on L2TP
51 help
52 Layer Two Tunneling Protocol Version 3
53
54 From RFC 3931 <http://www.ietf.org/rfc/rfc3931.txt>.
55
56 The Layer Two Tunneling Protocol (L2TP) provides a dynamic
57 mechanism for tunneling Layer 2 (L2) "circuits" across a
58 packet-oriented data network (e.g., over IP). L2TP, as

--- 50 unchanged lines hidden ---
51 help
52 Layer Two Tunneling Protocol Version 3
53
54 From RFC 3931 <http://www.ietf.org/rfc/rfc3931.txt>.
55
56 The Layer Two Tunneling Protocol (L2TP) provides a dynamic
57 mechanism for tunneling Layer 2 (L2) "circuits" across a
58 packet-oriented data network (e.g., over IP). L2TP, as

--- 50 unchanged lines hidden ---