blob: 926adaee86031a9654047a3dedac816c0f4c2a80 [file] [log] [blame]
Murat Parlakisikf95672c2016-12-05 00:53:17 -08001-- binary
200 19 # type
300 10 # length
480 00 1a 02 # OXM header
500 32 # OXM value
600 00 00 00 00 00 # pad
7-- java
8OFOxms oxms = OFFactories.getFactory(OFVersion.OF_15).oxms();
9builder.setField(oxms.tcpSrc(TransportPort.of(50)))