From ac94031b8f3ba79de5e4fd15a456c01bd5e1b8b4 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Mon, 1 Aug 2016 17:11:41 +0200 Subject: tests: ip6 dscp, flowlabel and ecn test cases Signed-off-by: Florian Westphal --- tests/py/ip6/ip6.t | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tests/py/ip6/ip6.t') diff --git a/tests/py/ip6/ip6.t b/tests/py/ip6/ip6.t index 0a58fa8d..7dea2f75 100644 --- a/tests/py/ip6/ip6.t +++ b/tests/py/ip6/ip6.t @@ -145,3 +145,15 @@ ip6 daddr != ::1234:1234:1234:1234:1234:1234:1234-1234:1234::1234:1234:1234:1234 # limit impact to lo iif lo ip6 daddr set ::1;ok iif lo ip6 hoplimit set 1;ok +iif lo ip6 dscp set af42;ok +iif lo ip6 dscp set 63;ok;iif lo ip6 dscp set 0x3f +iif lo ip6 ecn set ect0;ok +iif lo ip6 ecn set ce;ok + +iif lo ip6 flowlabel set 0;ok +iif lo ip6 flowlabel set 12345;ok +iif lo ip6 flowlabel set 0xfffff;ok;iif lo ip6 flowlabel set 1048575 + +iif lo ip6 ecn set 4;fail +iif lo ip6 dscp set 64;fail +iif lo ip6 flowlabel set 1048576;fail -- cgit v1.2.3