diff options
Diffstat (limited to 'net/tipc/netlink.c')
-rw-r--r-- | net/tipc/netlink.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/tipc/netlink.c b/net/tipc/netlink.c index 0c00422512fa..a5291314a210 100644 --- a/net/tipc/netlink.c +++ b/net/tipc/netlink.c | |||
@@ -118,6 +118,11 @@ static const struct genl_ops tipc_genl_v2_ops[] = { | |||
118 | .doit = tipc_nl_bearer_get, | 118 | .doit = tipc_nl_bearer_get, |
119 | .dumpit = tipc_nl_bearer_dump, | 119 | .dumpit = tipc_nl_bearer_dump, |
120 | .policy = tipc_nl_policy, | 120 | .policy = tipc_nl_policy, |
121 | }, | ||
122 | { | ||
123 | .cmd = TIPC_NL_BEARER_SET, | ||
124 | .doit = tipc_nl_bearer_set, | ||
125 | .policy = tipc_nl_policy, | ||
121 | } | 126 | } |
122 | }; | 127 | }; |
123 | 128 | ||