]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/bpf-filter.hh
dnsdist: Switch to a uint8_t for the XDP match action type
[thirdparty/pdns.git] / pdns / bpf-filter.hh
index b56bd452664f152d977b1acd4b3024a64e15efcb..a8e2f5c8343092027b9f174e0d1be3865a5e1d29 100644 (file)
@@ -40,7 +40,7 @@ public:
     WithActions = 1
   };
 
-  enum class MatchAction : uint32_t {
+  enum class MatchAction : uint8_t {
     Pass = 0,
     Drop = 1,
     Truncate = 2