[PATCH 2.4] NET: Set NLM_F_MULTI for neighbour rtnetlink messages to userspace From: Thomas Graf <tgraf@suug.ch> Date: 2005-01-20 15:26:17 Signed-off-by: Thomas Graf <tgraf@suug.ch> --- linux-2.4.29-bk1.orig/net/core/neighbour.c 2005-01-20 15:36:15.000000000 +0100 +++ linux-2.4.29-bk1/net/core/neighbour.c 2005-01-20 16:23:10.000000000 +0100@@ -1469,6 +1469,7 @@ nlh = NLMSG_PUT(skb, pid, seq, event, sizeof(*ndm)); ndm = NLMSG_DATA(nlh); + nlh->nlmsg_flags = pid ? NLM_F_MULTI : 0; ndm->ndm_family = n->ops->family; ndm->ndm_flags = n->flags; ndm->ndm_type = n->type;
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help