modelgbp Generated OpFlex Model 1.7.0
ControlBitsEnumT.hpp
1
10#include <boost/cstdint.hpp>
11#include <cstddef>
12namespace modelgbp {
13namespace 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}
SOME COPYRIGHT.
Definition OpcodeEnumT.hpp:12
Definition ControlBitsEnumT.hpp:14