backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of13 / libofproto-OFP13-ofp_packet_out_packet_library.packet.json
1 {
2    "OFPPacketOut": {
3       "actions": [
4          {
5             "OFPActionOutput": {
6                "len": 16, 
7                "max_len": 65535, 
8                "port": 4294967292, 
9                "type": 0
10             }
11          }
12       ], 
13       "actions_len": 16, 
14       "buffer_id": 4294967295, 
15       "data": { 
16          "Packet": {
17             "protocols": [
18                {
19                   "ethernet": {
20                      "dst": "f2:0b:a4:d0:3f:70",
21                      "ethertype": 2048,
22                      "src": "f2:0b:a4:7d:f8:ea"
23                   }
24                },
25                {
26                   "ipv4": {
27                      "csum": 44939,
28                      "dst": "10.0.0.2",
29                      "flags": 0,
30                      "header_length": 5,
31                      "identification": 63514,
32                      "offset": 0,
33                      "option": null,
34                      "proto": 1,
35                      "src": "10.0.0.1",
36                      "tos": 0,
37                      "total_length": 84,
38                      "ttl": 255,
39                      "version": 4
40                   }
41                },
42                {
43                   "icmp": {
44                      "code": 0,
45                      "csum": 520,
46                      "data": {
47                         "echo": {
48                            "data": "MdYCAAAAAACrjS0xAAAAABAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vAAAAAAAAAAA=",
49                            "id": 63328,
50                            "seq": 0
51                         }
52                      },
53                      "type": 8
54                   }
55                }
56             ]
57          }
58       },
59       "in_port": 4294967293
60    }
61 }