From 6c0cb3d568322cc4dc9854980fd3b9d6e8c8046e Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 21 Jul 2016 15:57:15 +0200 Subject: tests: add basic payload tests payload set operations should work at least for byte-sized quantities >= 2 byte. Before adding support for odd-sized writes (ecn, dscp, ip6 flowlabel ...) add a bunch of tests to cover current state. Signed-off-by: Florian Westphal --- tests/py/inet/udp.t | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/py/inet/udp.t') diff --git a/tests/py/inet/udp.t b/tests/py/inet/udp.t index 8cff2c69..ea9c87b4 100644 --- a/tests/py/inet/udp.t +++ b/tests/py/inet/udp.t @@ -50,3 +50,7 @@ udp checksum { 33, 55, 67, 88};ok - udp checksum != { 33, 55, 67, 88};ok udp checksum { 33-55};ok - udp checksum != { 33-55};ok + +# limit impact to lo +iif lo udp checksum set 0;ok +iif lo udp dport set 65535;ok -- cgit v1.2.3