From: Rusty Russell Date: Thu, 22 Mar 2012 12:27:06 +0000 (+0000) Subject: netfilter: remove forward module param confusion. X-Git-Tag: v3.4-rc1~115^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=523f610e1be2a4afca605962e137064378883c5f;p=pandora-kernel.git netfilter: remove forward module param confusion. It used to be an int, and it got changed to a bool parameter at least 7 years ago. It happens that NF_ACCEPT and NF_DROP are 0 and 1, so this works, but it's unclear, and the check that it's in range is not required. Reported-by: Dan Carpenter Signed-off-by: Rusty Russell Signed-off-by: David S. Miller --- Reading git-diff-tree failed