l2tp: Make ipv4 protocol handler namespace aware.
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Feb 2013 19:36:02 +0000 (14:36 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Feb 2013 19:37:01 +0000 (14:37 -0500)
commit9d6ddb19905223828485d8c40deaec76e4dea3a5
treebc9293105e2410ed78fff72416d4ba36f60a4c79
parent167eb17e0b178549f5e19036b16b6d6e35856b67
l2tp: Make ipv4 protocol handler namespace aware.

The infrastructure is already pretty much entirely there
to allow this conversion.

The tunnel and session lookups have per-namespace tables,
and the ipv4 bind lookup includes the namespace in the
lookup key.

Set netns_ok in l2tp_ip_protocol.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_ip.c