Add NETFILTER_NFLOG (ULOG) support

This commit is contained in:
Brian Candler
2011-05-02 20:27:05 +01:00
parent a6eda43b2e
commit ddba99c3b3
6 changed files with 84 additions and 4 deletions

View File

@@ -309,4 +309,8 @@ module Netlink
IPQM_VERDICT = 18
IPQM_PACKET = 19
IPQM_MAX = 20
# linux/netfilter_ipv4/ipt_ULOG.h
ULOG_MAC_LEN = 80
ULOG_PREFIX_LEN = 32
end