diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2025-07-28 23:36:43 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2025-07-29 03:53:17 +0200 |
commit | 2c64881c824d478c11cd0b9dc9879c2aa74d2120 (patch) | |
tree | 06e63e02510d2e7d77d84a8fa375df91fa4bd667 | |
parent | 821c8b393c43ed97dd596a741a34503912bec98c (diff) |
Revert "tests: shell: move flowtable with bogus priority to correct location"
Revert 156b5936b3b7a0b1ee590a02874beaba5235f758.
It fails for unknown reason to me.
-rw-r--r-- | tests/shell/testcases/bogons/nft-f/flowtable-no-priority-crash | 5 | ||||
-rw-r--r-- | tests/shell/testcases/bogons/nft-j-f/flowtable-no-priority-crash | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/tests/shell/testcases/bogons/nft-f/flowtable-no-priority-crash b/tests/shell/testcases/bogons/nft-f/flowtable-no-priority-crash deleted file mode 100644 index 627e66d6..00000000 --- a/tests/shell/testcases/bogons/nft-f/flowtable-no-priority-crash +++ /dev/null @@ -1,5 +0,0 @@ -table inet filter { - flowtable f { - devices = { lo } - } -} diff --git a/tests/shell/testcases/bogons/nft-j-f/flowtable-no-priority-crash b/tests/shell/testcases/bogons/nft-j-f/flowtable-no-priority-crash deleted file mode 100644 index f348da90..00000000 --- a/tests/shell/testcases/bogons/nft-j-f/flowtable-no-priority-crash +++ /dev/null @@ -1,6 +0,0 @@ -table ip filter { - flowtable ft1 { - devices = { lo } - } -} -list ruleset |