diff options
author | Eric Leblond | 2007-09-18 22:07:15 +0200 |
---|---|---|
committer | David S. Miller | 2007-09-20 21:13:52 +0200 |
commit | 29c5d4afba51c71cfeadd3f74f3c42e064483fb0 (patch) | |
tree | 932854319ca02c2c0190ea35b3e38bb929014d45 /MAINTAINERS | |
parent | Fix CRLF line endings in Documentation/input/iforce-protocol.txt (diff) | |
download | kernel-qcow2-linux-29c5d4afba51c71cfeadd3f74f3c42e064483fb0.tar.gz kernel-qcow2-linux-29c5d4afba51c71cfeadd3f74f3c42e064483fb0.tar.xz kernel-qcow2-linux-29c5d4afba51c71cfeadd3f74f3c42e064483fb0.zip |
[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 <eric@inl.fr>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions