Rich Lane | be90eae | 2013-07-22 16:44:26 -0700 | [diff] [blame] | 1 | -- binary |
2 | 00 19 # type | ||||
3 | 00 10 # length | ||||
4 | 80 00 06 06 # OXM header | ||||
5 | 00 01 02 03 04 05 # OXM value | ||||
6 | 00 00 # pad | ||||
7 | -- python | ||||
8 | ofp.action.set_field(field=ofp.oxm.eth_dst([0, 1, 2, 3, 4, 5])) |