summaryrefslogtreecommitdiffstats
path: root/tests/monitor/testcases/set-multiple.t
blob: ad91fac047fe8d75b0e3934977c7570d0a1d6bcd (plain)
1
2
3
4
5
6
7
8
9
10
# first the setup
I add table ip t
I add set ip t portrange { type inet_service; flags interval; }
I add set ip t portrange2 { type inet_service; flags interval; }
O -

# make sure concurrent adds work
I add element ip t portrange { 1024-65535 }
I add element ip t portrange2 { 10-20 }
O -