Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-loxi
/
d4bcb692349061505687e52ee4d3a37b91d027da
/
.
/
test_data
/
of15
/
action_set_field__eth_dst.data
blob: a8f1541df2cd48cafb365d4356229694a17888a7 [
file
] [
log
] [
blame
]
--
binary
00
19
# type
00
10
# length
80
00
06
06
# OXM header
00
01
02
03
04
05
# OXM value
00
00
# pad
--
java
OFOxms
oxms
=
OFFactories
.
getFactory
(
OFVersion
.
OF_15
).
oxms
();
builder
.
setField
(
oxms
.
ethDst
(
MacAddress
.
of
(
"00:01:02:03:04:05"
)))