From: Patrick McHardy Date: Tue, 20 Nov 2007 02:53:30 +0000 (-0800) Subject: [NETFILTER]: Introduce NF_INET_ hook values X-Git-Tag: v2.6.25-rc1~1162^2~1434 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e23ae2a48750bda407a4a58f52a4865d7308bf5;p=pandora-kernel.git [NETFILTER]: Introduce NF_INET_ hook values The IPv4 and IPv6 hook values are identical, yet some code tries to figure out the "correct" value by looking at the address family. Introduce NF_INET_* values for both IPv4 and IPv6. The old values are kept in a #ifndef __KERNEL__ section for userspace compatibility. Signed-off-by: Patrick McHardy Acked-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed