Rich Lane | 9a3f1fd | 2013-05-10 16:29:17 -0700 | [diff] [blame] | 1 | -- binary |
2 | ff ff # type | ||||
3 | 00 10 # len | ||||
4 | 00 5c 16 c7 # experimenter | ||||
5 | 00 00 00 02 # subtype | ||||
6 | 12 34 56 78 # dst | ||||
7 | -- python | ||||
8 | ofp.action.bsn_set_tunnel_dst(dst=0x12345678) | ||||
9 | -- python pretty-printer | ||||
10 | bsn_set_tunnel_dst { dst = 0x12345678 } |