summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/flowtable_no_devices.nft
blob: 30dd3db8b8dd673f39c74380b6ee5e109a51aa2f (plain)
1
2
3
4
5
6
7
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
	}
}