summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/bitshift.nft
blob: 7f9ccb64f0e60d2ecb736546996948e7795852a3 (plain)
1
2
3
4
5
6
7
# 567d746b55bc ("netfilter: bitwise: add support for shifts.")
# v5.6-rc1~151^2~73^2
table ip t {
	chain c {
		meta mark set meta mark << 2
	}
}