blob: a455fce5b5bc986123ef3559d288fc65c853a0f8 [file] [log] [blame]
Murat Parlakisikf95672c2016-12-05 00:53:17 -08001-- binary
206 1c # version, type
300 10 # length
412 34 56 78 # xid
500 01 # properties[0].type (OFPACPT_PACKET_IN_MASTER)
600 08 # properties[0].length
700 00 00 00 # mask
8-- java
9builder
10 .setXid(0x12345678)
11 .setProperties(ImmutableList.<OFAsyncConfigProp>of(factory.buildAsyncConfigPropPacketInMaster().setMask(0).build()))
12 .build()