Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-loxi
/
ce7a42556dcab82be1fbd31dda77e83cc26ac238
/
.
/
openflow_input
/
ofdpa
blob: 47aa11e42bdb84d0283df6abee22e8701b505a14 [
file
] [
log
] [
blame
]
Charles Chan
339bfde
2016-09-19 19:13:36 -0700
[
diff
] [
blame
]
1
#version 4
2
3
struct
of_oxm_ofdpa_mpls_type
:
of_oxm
{
4
uint32_t
type_len
==
0xFFFF2E06
;
5
uint32_t
experimenter_id
==
0x1018
;
6
uint16_t
value
;
7
};