ref: https://github.com/xdp-project/xdp-tutorial/tree/master?tab=readme-ov-file
small-lan
profile - Ubuntu 22.04ssh
’d into the serversudo apt-get update
sudo apt install clang llvm libelf-dev libpcap-dev build-essential libc6-dev-i386
sudo apt install linux-tools-$(uname -r)
sudo apt install linux-headers-$(uname -r)
sudo apt install linux-tools-common linux-tools-generic
sudo apt install tcpdump
sudo apt install m4
cd xdp-tutorial
./configure
make
cd ~/xdp-tutorial/lib/xdp-tools
sudo make install