modelgbp Generated OpFlex Model  1.7.0
ConnTrackEnumT.hpp
1 
10 #include <boost/cstdint.hpp>
11 #include <cstddef>
12 namespace modelgbp {
13 namespace gbp {
14  struct ConnTrackEnumT {
15  static const uint8_t CONST_NORMAL = 0;
16  static const uint8_t CONST_REFLEXIVE = 1;
17  };
18 }
19 }
Definition: ConnTrackEnumT.hpp:14
SOME COPYRIGHT.
Definition: OpcodeEnumT.hpp:12