|
@@ -170,7 +170,7 @@ static int nlmsg_populate_mdb_fill(struct sk_buff *skb,
|
|
|
struct br_port_msg *bpm;
|
|
|
struct nlattr *nest, *nest2;
|
|
|
|
|
|
- nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), NLM_F_MULTI);
|
|
|
+ nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), 0);
|
|
|
if (!nlh)
|
|
|
return -EMSGSIZE;
|
|
|
|