Re: [PATCHv4 RESEND net-next 2/2] selftests: wireguard: update to using nft for qemu test

From: Jason A. Donenfeld
Date: Wed Mar 19 2025 - 12:19:29 EST


On Mon, Jan 06, 2025 at 08:10:43AM +0000, Hangbin Liu wrote:
> + echo "file /bin/nft $(NFTABLES_PATH)/src/nft 755 0 0" >> $@
> + echo "file /lib/libmnl.so.0 $(TOOLCHAIN_PATH)/lib/libmnl.so.0 755 0 0" >> $@
> + echo "file /lib/libnftnl.so.11 $(TOOLCHAIN_PATH)/lib/libnftnl.so.11 755 0 0" >> $@

Can't these be statically linked into the nft binary?