summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/dumps/0001flowtable_0.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/flowtable/dumps/0001flowtable_0.nft')
-rwxr-xr-xtests/shell/testcases/flowtable/dumps/0001flowtable_0.nft2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/flowtable/dumps/0001flowtable_0.nft b/tests/shell/testcases/flowtable/dumps/0001flowtable_0.nft
index 32250699..6a1c7b81 100755
--- a/tests/shell/testcases/flowtable/dumps/0001flowtable_0.nft
+++ b/tests/shell/testcases/flowtable/dumps/0001flowtable_0.nft
@@ -1,6 +1,6 @@
table inet t {
flowtable f {
- hook ingress priority 10
+ hook ingress priority filter + 10
devices = { lo }
}