Merge tag '5.15-rc-ksmbd-part2' of git://git.samba.org/ksmbd
[linux-2.6-microblaze.git] / net / tipc / netlink.c
index c4aee62..c447cb5 100644 (file)
@@ -108,6 +108,8 @@ const struct nla_policy tipc_nl_node_policy[TIPC_NLA_NODE_MAX + 1] = {
                                            .len = TIPC_NODEID_LEN},
        [TIPC_NLA_NODE_KEY]             = { .type = NLA_BINARY,
                                            .len = TIPC_AEAD_KEY_SIZE_MAX},
+       [TIPC_NLA_NODE_KEY_MASTER]      = { .type = NLA_FLAG },
+       [TIPC_NLA_NODE_REKEYING]        = { .type = NLA_U32 },
 };
 
 /* Properties valid for media, bearer and link */