]> git.baikalelectronics.ru Git - kernel.git/commit
[NETFILTER]: Fix NF_QUEUE_NR() parenthesis
authorPatrick McHardy <kaber@trash.net>
Wed, 27 Feb 2008 20:21:18 +0000 (12:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Feb 2008 20:21:18 +0000 (12:21 -0800)
commit4c7f2bf139c74b1507d2526422e8ce099754ac67
treeddfe8bc9753436b0d1ecae3c464bb382088e9b86
parenta31ea7d0e23fa982e01e7930e98c589d10954385
[NETFILTER]: Fix NF_QUEUE_NR() parenthesis

Properly add parens around the macro argument. This is not needed by
the kernel but the macro is exported to userspace, so it shouldn't
make any assumptions.

Also use NF_VERDICT_BITS instead of NF_VERDICT_QBTIS for the left-shift
since thats whats logically correct.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter.h