commit | 7000d38d6126d6ef928605bdacebc9f12279c5aa | [log] [tgz] |
---|---|---|
author | Eric Leblond <eric@inl.fr> | Mon Mar 10 16:42:04 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 10 16:42:04 2008 -0700 |
tree | 426fc2ff9a0dd6e0e786ecda54969e8ced1c8c5b | |
parent | cabaa9bfb01eb4cee97ffb8a18405f4c5175d3d9 [diff] |
[NETFILTER]: nfnetlink_log: fix computation of netlink skb size This patch is similar to nfnetlink_queue fixes. It fixes the computation of skb size by using NLMSG_SPACE instead of NLMSG_ALIGN. 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>