summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/errors_0
blob: 2960b694c67cdc939db1b2e9e5dca5ba0fefedd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

set -e

RULESET="table ip x {
	set y {
		type ipv4_addr
		flags interval
	}
}

delete element ip x y { 2.3.4.5 }"

$NFT -f - <<< $RULESET || exit 0