iptables: Fix is_fallthrough() check
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Wed, 6 Mar 2013 15:08:49 +0000 (16:08 +0100)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 7 Mar 2013 08:07:06 +0000 (10:07 +0200)
commit63994912c07341c62c91fdffe4b372cb06c8b624
treebda8e851c2dacf10fa3b40b0b8d84b61c94cabd0
parentde357ea1923ad02860a3a416bd1579f94c0275be
iptables: Fix is_fallthrough() check

A fallthrough rule is one which has the default target name,
does not have a verdict and is not a jump rule.

is_fallthrough() is called excluslive from the insert path,
thus the value of verdict will be 0 for a fallthrough rule.
src/iptables.c