You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/util: Fix build on old versions of libbpf without XDP feature flag support
The build errors out with old libbpf versions because the ifdef'ed
version of iface_get_xdp_feature_flags() doesn't use any of its
arguments. Change the ifdef'ed version to mark the arguments as __unused
to avoid this.
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
0 commit comments