blob: e2290d90ea814d06721fb03ff0d3af7e3349842b [file] [log] [blame]
Murat Parlakisikf95672c2016-12-05 00:53:17 -08001-- binary
200 03 # type
300 10 # length
400 00 00 00 # pad
500 0b # actions[0].type (OFPAT_COPY_TTL_OUT)
600 08 # actions[0].length
700 00 00 00 # pad
8-- java
9OFActions actions = OFFactories.getFactory(OFVersion.OF_15).actions();
10builder.setActions(ImmutableList.<OFAction>of(actions.copyTtlOut()))