From 071fa72b1db1ad897c19846720c3df40e9c4d574 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Sun, 27 Aug 2017 22:24:19 +0200 Subject: evaluate: convert expr_rt byteorder when evaluating statment arg expr_rt might write data in host byte order, so make sure to convert if needed. This makes 'tcp option maxseg size rt mtu' actually work, right now such rules are no-ops because nft_exthdr never increases the mss. While at it, extend the example to not bother testing non-syn packets. Reported-by: Matteo Croce Signed-off-by: Florian Westphal Acked-by: Pablo Neira Ayuso --- tests/py/inet/rt.t.payload | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/py/inet/rt.t.payload b/tests/py/inet/rt.t.payload index 2f6265ed..928e0095 100644 --- a/tests/py/inet/rt.t.payload +++ b/tests/py/inet/rt.t.payload @@ -15,5 +15,6 @@ inet test-inet output # tcp option maxseg size set rt mtu inet test-inet output [ rt load tcpmss => reg 1 ] + [ byteorder reg 1 = hton(reg 1, 2, 2) ] [ exthdr write tcpopt reg 1 => 2b @ 2 + 2 ] -- cgit v1.2.3