aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/netlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/netlink.c')
-rw-r--r--net/tipc/netlink.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/tipc/netlink.c b/net/tipc/netlink.c
index d4444e59bf98..68bfd11f232d 100644
--- a/net/tipc/netlink.c
+++ b/net/tipc/netlink.c
@@ -149,6 +149,11 @@ static const struct genl_ops tipc_genl_v2_ops[] = {
149 .cmd = TIPC_NL_LINK_SET, 149 .cmd = TIPC_NL_LINK_SET,
150 .doit = tipc_nl_link_set, 150 .doit = tipc_nl_link_set,
151 .policy = tipc_nl_policy, 151 .policy = tipc_nl_policy,
152 },
153 {
154 .cmd = TIPC_NL_LINK_RESET_STATS,
155 .doit = tipc_nl_link_reset_stats,
156 .policy = tipc_nl_policy,
152 } 157 }
153}; 158};
154 159