There is an updated pull request by lemmi against master on the void-packages repository https://github.com/lemmi/void-packages iproute2-libelf https://github.com/void-linux/void-packages/pull/47676 iproute2: add support to load XDP objects Currently ```bash ip link set dev eth0 xdp object xdp.o section xdp ``` fails with ``` No ELF library support compiled in. ``` #### Testing the changes - I tested the changes in this PR: **briefly** A patch file from https://github.com/void-linux/void-packages/pull/47676.patch is attached