]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
l2tp: set netnsok flag for netlink messages
authorTom Parkin <tparkin@katalix.com>
Thu, 31 Jan 2013 23:43:01 +0000 (23:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Feb 2013 19:20:30 +0000 (14:20 -0500)
The L2TP netlink code can run in namespaces.  Set the netnsok flag in
genl_family to true to reflect that fact.

Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_netlink.c

index bbba3a19e94457378fad759edbe04392f93c1256..c1bab22db85e79765581079468a36231e5f3d608 100644 (file)
@@ -37,6 +37,7 @@ static struct genl_family l2tp_nl_family = {
        .version        = L2TP_GENL_VERSION,
        .hdrsize        = 0,
        .maxattr        = L2TP_ATTR_MAX,
+       .netnsok        = true,
 };
 
 /* Accessed under genl lock */