Re: [PATCH net-next 1/1] netfilter: xt_multiport: Fix wrong unmatch result with multiple ports

2016-11-24 Thread Eric Dumazet
On Fri, 2016-11-25 at 11:58 +0800, f...@ikuai8.com wrote: > From: Gao Feng > > 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

Re: [PATCH net-next 1/1] netfilter: xt_multiport: Fix wrong unmatch result with multiple ports

2016-11-24 Thread Gao Feng
On Fri, Nov 25, 2016 at 12:11 PM, Eric Dumazet wrote: > On Fri, 2016-11-25 at 11:58 +0800, f...@ikuai8.com wrote: >> From: Gao Feng >> >> I lost one test case in the commit for xt_multiport. >> For example, the rule is "-m multiport --dports 22,80,443".

Re: [PATCH net-next 1/1] netfilter: xt_multiport: Fix wrong unmatch result with multiple ports

2016-11-24 Thread Feng Gao
On Fri, Nov 25, 2016 at 11:58 AM, wrote: > From: Gao Feng > > 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