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)
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>

No differences found