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

I add element ip t portip { 80-100: 10.0.0.1 }
O add element ip t portip { 80-100 : 10.0.0.1 }

I add element ip t portip { 1024-65535: 10.0.0.1 }
O add element ip t portip { 1024-65535 : 10.0.0.1 }