Replaced bitwise operator usage with java lang APIs for robustness. Had found that...
[packetcable.git] / packetcable-client / cableflow5.json
1 {
2     "flow": {
3         "barrier": "false",
4         "cookie": "5",
5         "cookie_mask": "255",
6         "flow-name": "FooXf5",
7         "hard-timeout": "12",
8         "id": "5",
9         "idle-timeout": "34",
10         "instructions": {
11             "instruction": {
12                 "apply-actions": {
13                     "action": {
14                         "traffic-profile": "best-effort",
15                         "order": "0"
16                     }
17                 },
18                 "order": "0"
19             }
20         },
21         "match": {
22             "ethernet-match": {
23                 "ethernet-type": {
24                     "type": "2048"
25                 }
26             },
27             "in-port": "0",
28             "ipv4-destination": "10.0.0.1/16",
29             "ipv4-source": "10.0.0.3/24"
30         },
31         "priority": "2",
32         "strict": "false",
33         "table_id": "0"
34     }
35 }