From 96c1346d5c230d2c381b9c1c9e8e2b30d3915ea1 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 16 Aug 2017 16:12:37 +0200 Subject: tests: add test case for ttl/protocol set nft .. ip ttl set 42 did set the protocol field and left ttl alone, add test cases for this. Signed-off-by: Florian Westphal Acked-by: Pablo Neira Ayuso --- tests/py/ip/ip.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/py/ip/ip.t') diff --git a/tests/py/ip/ip.t b/tests/py/ip/ip.t index 9ab15df6..f779dd9a 100644 --- a/tests/py/ip/ip.t +++ b/tests/py/ip/ip.t @@ -127,6 +127,8 @@ iif "lo" ip checksum set 0;ok iif "lo" ip id set 0;ok iif "lo" ip ecn set 1;ok;iif "lo" ip ecn set ect1 iif "lo" ip ecn set ce;ok +iif "lo" ip ttl set 23;ok +iif "lo" ip protocol set 1;ok iif "lo" ip dscp set af23;ok iif "lo" ip dscp set cs0;ok -- cgit v1.2.3