From: Eric Leblond Date: Tue, 18 Sep 2007 20:07:15 +0000 (-0700) Subject: [NETFILTER]: nfnetlink_log: fix sending of multipart messages X-Git-Tag: v2.6.23-rc8~19^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29c5d4afba51c71cfeadd3f74f3c42e064483fb0;p=pandora-kernel.git [NETFILTER]: nfnetlink_log: fix sending of multipart messages The following patch fixes the handling of netlink packets containing multiple messages. As exposed during netfilter workshop, nfnetlink_log was overwritten the message type of the last message (setting it to MSG_DONE) in a multipart packet. The consequence was libnfnetlink to ignore the last message in the packet. The following patch adds a supplementary message (with type MSG_DONE) af the end of the netlink skb. Signed-off-by: Eric Leblond Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed