Re: [PATCH nft] tests: shell: add endless jump loop tests

2016-06-15 Thread Pablo Neira Ayuso
On Mon, Jun 13, 2016 at 08:53:55PM +0800, Liping Zhang wrote: > From: Liping Zhang > > Add some tests for endless jump loop validation. Applied, thanks for adding new tests to catch this problem. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a messa

[PATCH nft] tests: shell: add endless jump loop tests

2016-06-13 Thread Liping Zhang
From: Liping Zhang Add some tests for endless jump loop validation. Signed-off-by: Liping Zhang --- tests/shell/testcases/chains/0010endless_jump_loop_1 | 9 + tests/shell/testcases/chains/0011endless_jump_loop_1 | 14 ++ 2 files changed, 23 insertions(+) create mode 1007