Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-loxi
/
339bfde05d2dff88d9daf0214a990f7faee287b2
/
.
/
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
};