summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/osf.nft
blob: dbb6b4c333e2b4047aadc790be62f0fd49e65b49 (plain)
1
2
3
4
5
6
7
# b96af92d6eaf ("netfilter: nf_tables: implement Passive OS fingerprint module in nft_osf")
# v4.19-rc1~140^2~135^2~15
table t {
	chain c {
		osf name "Linux"
	}
}