From c5f59b8ba2be5981e55e6e1d4762a5d56c1b3df0 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Mon, 7 Mar 2016 17:39:36 +0100 Subject: tests: frag: enable more tests a couple of tests were disabled since nft did not support this. Signed-off-by: Florian Westphal --- tests/py/ip6/frag.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/py/ip6/frag.t') diff --git a/tests/py/ip6/frag.t b/tests/py/ip6/frag.t index 1551044d..d68fd064 100644 --- a/tests/py/ip6/frag.t +++ b/tests/py/ip6/frag.t @@ -25,8 +25,8 @@ frag reserved { 33-55};ok frag frag-off 22;ok frag frag-off != 233;ok -- frag frag-off 33-45;ok -- frag frag-off != 33-45;ok +frag frag-off 33-45;ok +frag frag-off != 33-45;ok frag frag-off { 33, 55, 67, 88};ok - frag frag-off != { 33, 55, 67, 88};ok frag frag-off { 33-55};ok @@ -43,7 +43,7 @@ frag frag-off { 33-55};ok # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # BUG more-fragments 1 and frag more-fragments 4 -# frag more-fragments 1 +frag more-fragments 1;ok # :1:1-44: Error: Could not process rule: Invalid argument # add rule ip test input frag more-fragments 1 # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3