summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0040get_host_endian_elements_0.nft
blob: f580c381394becb37f0cd9e2849d9367c59215b2 (plain)
1
2
3
4
5
6
7
table ip t {
	set s {
		type mark
		flags interval
		elements = { 0x00000023-0x00000042, 0x00001337 }
	}
}