modelgbp Generated OpFlex Model  1.3.0
AddressResModeEnumT.hpp
1 
10 #include <boost/cstdint.hpp>
11 #include <cstddef>
12 namespace modelgbp {
13 namespace gbp {
15  static const uint8_t CONST_DROP = 2;
16  static const uint8_t CONST_FLOOD = 1;
17  static const uint8_t CONST_UNICAST = 0;
18  };
19 }
20 }
Definition: AddressResModeEnumT.hpp:14