| Submitter | Tom Parkin |
|---|---|
| Date | Jan. 9, 2013, 6:36 p.m. |
| Message ID | <1357756583-22535-2-git-send-email-tparkin@katalix.com> |
| Download | mbox | patch |
| Permalink | /patch/210812/ |
| State | Changes Requested |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/net/l2tp/l2tp_netlink.c b/net/l2tp/l2tp_netlink.c index bbba3a1..c1bab22 100644 --- a/net/l2tp/l2tp_netlink.c +++ b/net/l2tp/l2tp_netlink.c @@ -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 */