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 1e43ac0200ed..2cfc5f7c6380 100644 --- a/net/tipc/netlink.c +++ b/net/tipc/netlink.c | |||
@@ -226,6 +226,11 @@ static const struct genl_ops tipc_genl_v2_ops[] = { | |||
226 | .doit = tipc_nl_node_set_monitor, | 226 | .doit = tipc_nl_node_set_monitor, |
227 | .policy = tipc_nl_policy, | 227 | .policy = tipc_nl_policy, |
228 | }, | 228 | }, |
229 | { | ||
230 | .cmd = TIPC_NL_MON_GET, | ||
231 | .doit = tipc_nl_node_get_monitor, | ||
232 | .policy = tipc_nl_policy, | ||
233 | }, | ||
229 | }; | 234 | }; |
230 | 235 | ||
231 | int tipc_nlmsg_parse(const struct nlmsghdr *nlh, struct nlattr ***attr) | 236 | int tipc_nlmsg_parse(const struct nlmsghdr *nlh, struct nlattr ***attr) |