modelgbp Generated OpFlex Model  1.3.0
ControlBitsEnumT.hpp
1 
10 #include <boost/cstdint.hpp>
11 #include <cstddef>
12 namespace modelgbp {
13 namespace lacp {
15  static const uint8_t CONST_FAST_SELECT_HOT_STANDBY = 8;
16  static const uint8_t CONST_GRACEFUL_CONVERGENCE = 2;
17  static const uint8_t CONST_LOAD_DEFER = 4;
18  static const uint8_t CONST_SUSPEND_INVIDIDUAL_PORT = 1;
19  };
20 }
21 }
Definition: ControlBitsEnumT.hpp:14