diff options
Diffstat (limited to 'net/l2tp/Kconfig')
-rw-r--r-- | net/l2tp/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/l2tp/Kconfig b/net/l2tp/Kconfig index d60758d60478..0a11ccf2d95b 100644 --- a/net/l2tp/Kconfig +++ b/net/l2tp/Kconfig | |||
@@ -51,3 +51,20 @@ config L2TP_V3 | |||
51 | If you are connecting to L2TPv3 equipment, or you want to | 51 | If you are connecting to L2TPv3 equipment, or you want to |
52 | tunnel raw ethernet frames using L2TP, say Y here. If | 52 | tunnel raw ethernet frames using L2TP, say Y here. If |
53 | unsure, say N. | 53 | unsure, say N. |
54 | |||
55 | config L2TP_IP | ||
56 | tristate "L2TP IP encapsulation for L2TPv3" | ||
57 | depends on L2TP_V3 | ||
58 | help | ||
59 | Support for L2TP-over-IP socket family. | ||
60 | |||
61 | The L2TPv3 protocol defines two possible encapsulations for | ||
62 | L2TP frames, namely UDP and plain IP (without UDP). This | ||
63 | driver provides a new L2TPIP socket family with which | ||
64 | userspace L2TPv3 daemons may create L2TP/IP tunnel sockets | ||
65 | when UDP encapsulation is not required. When L2TP is carried | ||
66 | in IP packets, it used IP protocol number 115, so this port | ||
67 | must be enabled in firewalls. | ||
68 | |||
69 | To compile this driver as a module, choose M here. The module | ||
70 | will be called l2tp_ip. | ||