On Sat, Jun 11, 2016 at 12:04:57PM +0200, Arturo Borrero Gonzalez wrote:
> On 11 June 2016 at 07:05, Liping Zhang <zlpnob...@163.com> wrote:
> > From: Liping Zhang <liping.zh...@spreadtrum.com>
> >
> > In my mechain, port 12345 is mapped to italk in /etc/services:
> >   italk           12345/tcp               # Italk Chat System
> >
> > So when we add nft rule with udp port "12345", nft list ruleset
> > will displayed it as "italk", that cause the result is not same
> > with expected, then testcase fail.
> >
> > Add "-nn" option when dump the rulesets from the kernel, make
> > testcases which using tcp/udp port more rubost.
> >
> > Signed-off-by: Liping Zhang <liping.zh...@spreadtrum.com>
> > ---
> >  tests/shell/testcases/netns/0001nft-f_0         | 2 +-
> >  tests/shell/testcases/netns/0002loosecommands_0 | 2 +-
> >  tests/shell/testcases/netns/0003many_0          | 2 +-
> >  tests/shell/testcases/nft-f/0002rollback_rule_0 | 2 +-
> >  tests/shell/testcases/nft-f/0003rollback_jump_0 | 2 +-
> >  tests/shell/testcases/nft-f/0004rollback_set_0  | 2 +-
> >  tests/shell/testcases/nft-f/0005rollback_map_0  | 2 +-
> >  7 files changed, 7 insertions(+), 7 deletions(-)
> >
> 
> Acked-by: Arturo Borrero Gonzalez <arturo.borrero.g...@gmail.com>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to