summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/0005delete_in_use_1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/flowtable/0005delete_in_use_1')
-rwxr-xr-xtests/shell/testcases/flowtable/0005delete_in_use_12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/flowtable/0005delete_in_use_1 b/tests/shell/testcases/flowtable/0005delete_in_use_1
index ce39e24e..1b239f41 100755
--- a/tests/shell/testcases/flowtable/0005delete_in_use_1
+++ b/tests/shell/testcases/flowtable/0005delete_in_use_1
@@ -3,7 +3,7 @@
set -e
$NFT add table x
$NFT add chain x x
-$NFT add flowtable x y { hook ingress priority 0\; devices = { eth0, wlan0 }\;}
+$NFT add flowtable x y { hook ingress priority 0\; devices = { lo }\;}
$NFT add rule x x flow offload @y
$NFT delete flowtable x y
echo "E: delete flowtable in use"