summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/flowtable_no_devices.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/flowtable_no_devices.nft')
-rwxr-xr-xtests/shell/features/flowtable_no_devices.nft8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/shell/features/flowtable_no_devices.nft b/tests/shell/features/flowtable_no_devices.nft
new file mode 100755
index 00000000..30dd3db8
--- /dev/null
+++ b/tests/shell/features/flowtable_no_devices.nft
@@ -0,0 +1,8 @@
+# 05abe4456fa3 ("netfilter: nf_tables: allow to register flowtable with no devices")
+# v5.8-rc1~165^2~27^2~1
+table ip filter2 {
+ flowtable main_ft2 {
+ hook ingress priority filter
+ counter
+ }
+}