summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/dumps/0040mark_shift_1.nft
Commit message (Collapse)AuthorAgeFilesLines
* tests: shell: rename and move bitwise test-casesJeremy Sowden2023-03-281-6/+0
| | | | | | | | | | | | The `0040mark_shift_?` tests are testing not just shifts, but binops more generally, so name them accordingly. Move them to a new folder specifically for bitwise operations. Change the priorities of the chains to match the type. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* tests: shell: add bit-shift tests.Jeremy Sowden2020-02-071-0/+6
Add a couple of shell test-cases for setting the CT mark to a bitwise expression derived from the packet mark and vice versa. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>