modelgbp Generated OpFlex Model 1.7.0
EncapTypeEnumT.hpp
1
10#include <boost/cstdint.hpp>
11#include <cstddef>
12namespace modelgbp {
13namespace gbpe {
15 static const uint8_t CONST_UNKNOWN = 0;
16 static const uint8_t CONST_VLAN = 1;
17 static const uint8_t CONST_VXLAN = 2;
18 };
19}
20}
SOME COPYRIGHT.
Definition OpcodeEnumT.hpp:12
Definition EncapTypeEnumT.hpp:14