summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/0061anonymous_automerge_0
blob: 2dfb800e1a7c1ca67dd99155a65a661da6a44d37 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -e

RULESET="table ip x {
	chain y {
		ip saddr { 1.1.1.1-1.1.1.2, 1.1.1.1 }
	}
}"

$NFT -f - <<< $RULESET