backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / libofproto-OFP15-flow_mod_conjunction.packet.json
1 {
2    "OFPFlowMod": {
3       "buffer_id": 0, 
4       "command": 0, 
5       "cookie": 1311768467463790320, 
6       "cookie_mask": 18446744073709551615, 
7       "flags": 0, 
8       "hard_timeout": 0, 
9       "idle_timeout": 0, 
10       "importance": 39032, 
11       "instructions": [
12          {
13             "OFPInstructionActions": {
14                "actions": [
15                   {
16                      "NXActionConjunction": {
17                         "clause": 1, 
18                         "experimenter": 8992, 
19                         "id": 11259375, 
20                         "len": 16, 
21                         "n_clauses": 2, 
22                         "subtype": 34, 
23                         "type": 65535
24                      }
25                   }
26                ], 
27                "len": 24, 
28                "type": 4
29             }
30          }
31       ], 
32       "match": {
33          "OFPMatch": {
34             "length": 70, 
35             "oxm_fields": [
36                {
37                   "OXMTlv": {
38                      "field": "in_port", 
39                      "mask": null, 
40                      "value": 43981
41                   }
42                }, 
43                {
44                   "OXMTlv": {
45                      "field": "eth_dst", 
46                      "mask": null, 
47                      "value": "aa:bb:cc:99:88:77"
48                   }
49                }, 
50                {
51                   "OXMTlv": {
52                      "field": "eth_type", 
53                      "mask": null, 
54                      "value": 2048
55                   }
56                }, 
57                {
58                   "OXMTlv": {
59                      "field": "vlan_vid", 
60                      "mask": null, 
61                      "value": 5095
62                   }
63                }, 
64                {
65                   "OXMTlv": {
66                      "field": "ipv4_dst", 
67                      "mask": null, 
68                      "value": "192.168.2.1"
69                   }
70                }, 
71                {
72                   "OXMTlv": {
73                      "field": "tunnel_id", 
74                      "mask": null, 
75                      "value": 50000
76                   }
77                }, 
78                {
79                   "OXMTlv": {
80                      "field": "tun_ipv4_src", 
81                      "mask": null, 
82                      "value": "192.168.2.3"
83                   }
84                }, 
85                {
86                   "OXMTlv": {
87                      "field": "tun_ipv4_dst", 
88                      "mask": null, 
89                      "value": "192.168.2.4"
90                   }
91                }
92             ], 
93             "type": 1
94          }
95       }, 
96       "out_group": 0, 
97       "out_port": 0, 
98       "priority": 0, 
99       "table_id": 4
100    }
101 }