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