Skip to content

Commit 5d238b6

Browse files
committed
deploy: contest: add iptables-utils (nfbpf_compile)
Paolo's new UDP tun tests want nfbpf_compile. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 4fe44d7 commit 5d238b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

deploy/contest/remote/worker-setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ sudo dnf install git libmnl-devel
2828
sudo dnf install elfutils-devel elfutils-libs elfutils-libelf elfutils-libelf-devel
2929
sudo dnf install iptables
3030

31+
# for nfbpf_compile
32+
sudo dnf install iptables-utils.x86_64
33+
3134
# NIPA setup
3235
git clone https://github.com/kuba-moo/nipa.git
3336
sudo mv nipa/ /opt/

0 commit comments

Comments
 (0)