]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nfnetlink_log: send complete hardware header
authorEric Leblond <eric@inl.fr>
Mon, 21 Jul 2008 17:02:35 +0000 (10:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Jul 2008 17:11:00 +0000 (10:11 -0700)
commit59c851e7ba5cae2e22846ed5055914cb102bba77
tree531aeb470c069d4ecd91a4080dc820308d84fc9d
parent3fb7af86bf3188852a8f493504298e73a2dff676
netfilter: nfnetlink_log: send complete hardware header

This patch adds some fields to NFLOG to be able to send the complete
hardware header with all necessary informations.
It sends to userspace:
 * the type of hardware link
 * the lenght of hardware header
 * the hardware header

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>
include/linux/netfilter/nfnetlink_log.h
net/netfilter/nfnetlink_log.c