Fix issues with IP range drop map.
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
#include <bpf/bpf_helpers.h>
|
||||
#endif
|
||||
|
||||
#include <xdp/utils/maps.h>
|
||||
|
||||
#define likely(x) __builtin_expect(!!(x), 1)
|
||||
#define unlikely(x) __builtin_expect(!!(x), 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user