]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: py: Drop stale payload from any/rawpayload.t.payload
authorPhil Sutter <phil@nwl.cc>
Wed, 13 Aug 2025 12:17:46 +0000 (14:17 +0200)
committerPhil Sutter <phil@nwl.cc>
Mon, 18 Aug 2025 20:57:04 +0000 (22:57 +0200)
There never was a test corresponding to this payload.

Fixes: 857904bdfaf7a ("tests: py: extend raw payload match tests")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Reviewed-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/py/any/rawpayload.t.payload

index c093d5d8932f1256d5dc940b62f4af69cce856cb..dfc651e2886a905897c0d178ad30ff453892d380 100644 (file)
@@ -111,12 +111,6 @@ inet test-inet input
   [ bitwise reg 1 = ( reg 1 & 0x00000060 ) ^ 0x00000000 ]
   [ cmp eq reg 1 0x00000040 ]
 
-# @ih,2,1 0x1
-inet test-inet input
-  [ payload load 1b @ inner header + 0 => reg 1 ]
-  [ bitwise reg 1 = ( reg 1 & 0x00000020 ) ^ 0x00000000 ]
-  [ cmp eq reg 1 0x00000020 ]
-
 # @ih,35,3 0x2
 inet test-inet input
   [ payload load 1b @ inner header + 4 => reg 1 ]