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.nft10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/shell/testcases/flowtable/dumps/0001flowtable_0.nft b/tests/shell/testcases/flowtable/dumps/0001flowtable_0.nft
new file mode 100755
index 00000000..5188b207
--- /dev/null
+++ b/tests/shell/testcases/flowtable/dumps/0001flowtable_0.nft
@@ -0,0 +1,10 @@
+table inet t {
+ flowtable f {
+ hook ingress priority 10
+ devices = { eth0, wlan0 }
+ }
+
+ chain c {
+ flow offload @f
+ }
+}