blob: 7e1f43d1d8ac0c8dab480367dc7e90638ea5291f [file] [log] [blame]
Rich Lane9a3f1fd2013-05-10 16:29:17 -07001-- binary
2ff ff # type
300 10 # len
400 5c 16 c7 # experimenter
500 00 00 02 # subtype
612 34 56 78 # dst
7-- python
8ofp.action.bsn_set_tunnel_dst(dst=0x12345678)
9-- python pretty-printer
10bsn_set_tunnel_dst { dst = 0x12345678 }