diff options
author | Tom Herbert <therbert@google.com> | 2014-07-13 22:49:48 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-14 19:12:15 -0400 |
commit | 85644b4d0c6f7be64dad461057d78a484b45bf5b (patch) | |
tree | f99939516f412d44db99c588027b291c1ac16a73 /net/l2tp/Kconfig | |
parent | 3ee64f39bebe1a181a1af3e4b641a9b0aae1799a (diff) |
l2tp: Call udp_sock_create
In l2tp driver call common function udp_sock_create to create the
listener UDP port.
Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/l2tp/Kconfig')
-rw-r--r-- | net/l2tp/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/l2tp/Kconfig b/net/l2tp/Kconfig index adb9843dd7cf..378c73b26093 100644 --- a/net/l2tp/Kconfig +++ b/net/l2tp/Kconfig | |||
@@ -6,6 +6,7 @@ menuconfig L2TP | |||
6 | tristate "Layer Two Tunneling Protocol (L2TP)" | 6 | tristate "Layer Two Tunneling Protocol (L2TP)" |
7 | depends on (IPV6 || IPV6=n) | 7 | depends on (IPV6 || IPV6=n) |
8 | depends on INET | 8 | depends on INET |
9 | select NET_UDP_TUNNEL | ||
9 | ---help--- | 10 | ---help--- |
10 | Layer Two Tunneling Protocol | 11 | Layer Two Tunneling Protocol |
11 | 12 | ||