On Fri, 2016-11-25 at 11:58 +0800, fgao@xxxxxxxxxx wrote: > From: Gao Feng <fgao@xxxxxxxxxx> > > I lost one test case in the commit for xt_multiport. > For example, the rule is "-m multiport --dports 22,80,443". > When first port is unmatched and the second is matched, the curent codes > could not return the right result. > It would return false directly when the first port is unmatched. > > Fixes: dd2602d00f80 ("netfilter: xt_multiport: Use switch case instead > of multiple condition checks") > > Signed-off-by: Gao Feng <fgao@xxxxxxxxxx> Note that the Fixes: tag should immediately precede your 'Signed-off-by:' No empty new line between the two tags. Thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html