Merge topic 'clean-up'
[packetcable.git] / packetcable-client / cableflow3.json
1 {
2     "flow": {
3         "barrier": "false",
4         "cookie": "10",
5         "cookie_mask": "10",
6         "flow-name": "FooXf3",
7         "hard-timeout": "0",
8         "id": "3",
9         "idle-timeout": "0",
10         "installHw": "true",
11         "instructions": {
12             "instruction": {
13                 "apply-actions": {
14                     "action": {
15                         "traffic-profile": "docsis-service-class-name",
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-source": "10.0.0.1/24",
29             "tcp-source-port": "8080",
30             "ipv4-destination": "10.0.0.2/24",
31             "tcp-destination-port-start": "80",
32             "tcp-destination-port-end": "90"
33         },
34         "priority": "2",
35         "strict": "true",
36         "table_id": "0"
37     }
38 }