Merge topic 'clean-up'
[packetcable.git] / packetcable-client / cableflow2.json
1 {
2     "flow": {
3         "barrier": "false",
4         "cookie": "10",
5         "cookie_mask": "10",
6         "flow-name": "FooXf2",
7         "idle-timeout": "0",
8         "hard-timeout": "0",
9         "id": "2",
10         "installHw": "true",
11         "instructions": {
12             "instruction": {
13                 "apply-actions": {
14                     "action": {
15                         "traffic-profile":"flowspec",
16                         "order": "1"
17                     }
18                 },
19                 "order": "1"
20             }
21         },
22         "match": {
23             "ethernet-match": {
24                 "ethernet-type": {
25                     "type": "2048"
26                 }
27             },
28             "ipv4-destination": "10.0.0.1/24"
29         },
30         "priority": "2",
31         "strict": "true",
32         "table_id": "0"
33     }
34 }