Replaced bitwise operator usage with java lang APIs for robustness. Had found that...
[packetcable.git] / packetcable-client / cableflow4.json
1 {
2     "flow": {
3         "barrier": "false",
4         "cookie": "10",
5         "cookie_mask": "255",
6         "flow-name": "FooXf4",
7         "hard-timeout": "1200",
8         "id": "4",
9         "idle-timeout": "3400",
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-destination": {
24                     "address": "ff:ff:29:01:19:61"
25                 },
26                 "ethernet-source": {
27                     "address": "00:00:00:11:23:ae"
28                 },
29                 "ethernet-type": {
30                     "type": "2048"
31                 }
32             },
33             "in-port": "0",
34             "ip-match": {
35                 "ip-dscp": "0",
36                 "ip-ecn": "0",
37                 "ip-protocol": "132"
38             },
39             "ipv4-destination": "172.168.5.6/16",
40             "ipv4-source": "17.1.2.3/8",
41             "udp-destination-port": "384",
42             "udp-source-port-start": "768",
43             "udp-source-port-end": "768"
44         },
45         "priority": "2",
46         "strict": "false",
47         "table_id": "0"
48     }
49 }