backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / lib / ofctl_json / of14 / 5-2-ofp_flow_mod.packet.json
1 {
2     "cmd": 0,
3     "flow": {
4         "instructions": [
5             {
6                 "actions": [
7                     {
8                         "field": "vlan_vid",
9                         "type": "SET_FIELD",
10                         "value": 258
11                     },
12                     {
13                         "type": "COPY_TTL_OUT"
14                     },
15                     {
16                         "type": "COPY_TTL_IN"
17                     },
18                     {
19                         "type": "COPY_TTL_IN"
20                     },
21                     {
22                         "type": "POP_PBB"
23                     },
24                     {
25                         "ethertype": 4660,
26                         "type": "PUSH_PBB"
27                     },
28                     {
29                         "ethertype": 39030,
30                         "type": "POP_MPLS"
31                     },
32                     {
33                         "ethertype": 34887,
34                         "type": "PUSH_MPLS"
35                     },
36                     {
37                         "type": "POP_VLAN"
38                     },
39                     {
40                         "ethertype": 33024,
41                         "type": "PUSH_VLAN"
42                     },
43                     {
44                         "type": "DEC_MPLS_TTL"
45                     },
46                     {
47                         "mpls_ttl": 10,
48                         "type": "SET_MPLS_TTL"
49                     },
50                     {
51                         "type": "DEC_NW_TTL"
52                     },
53                     {
54                         "nw_ttl": 10,
55                         "type": "SET_NW_TTL"
56                     },
57                     {
58                         "data": "AAECAwQFBgc=",
59                         "data_type": "base64",
60                         "experimenter": 101,
61                         "type": "EXPERIMENTER"
62                     },
63                     {
64                         "queue_id": 3,
65                         "type": "SET_QUEUE"
66                     },
67                     {
68                         "group_id": 99,
69                         "type": "GROUP"
70                     },
71                     {
72                         "max_len": 65535,
73                         "port": 6,
74                         "type": "OUTPUT"
75                     }
76                 ],
77                 "type": "WRITE_ACTIONS"
78             },
79             {
80                 "actions": [
81                     {
82                         "field": "eth_src",
83                         "type": "SET_FIELD",
84                         "value": "01:02:03:04:05:06"
85                     },
86                     {
87                         "field": "pbb_uca",
88                         "type": "SET_FIELD",
89                         "value": 1
90                     }
91                 ],
92                 "type": "APPLY_ACTIONS"
93             }
94         ],
95         "buffer_id": 65535,
96         "importance": 0,
97         "match": {
98             "eth_dst": "f2:0b:a4:7d:f8:ea"
99         },
100         "priority": 123,
101         "table_id": 1
102     }
103 }