Murat Parlakisik | f95672c | 2016-12-05 00:53:17 -0800 | [diff] [blame] | 1 | -- binary |
2 | 00 03 # type | ||||
3 | 00 10 # length | ||||
4 | 00 00 00 00 # pad | ||||
5 | 00 0b # actions[0].type (OFPAT_COPY_TTL_OUT) | ||||
6 | 00 08 # actions[0].length | ||||
7 | 00 00 00 00 # pad | ||||
8 | -- java | ||||
9 | OFActions actions = OFFactories.getFactory(OFVersion.OF_15).actions(); | ||||
10 | builder.setActions(ImmutableList.<OFAction>of(actions.copyTtlOut())) |