From 887bbf91fe7ca202b57c1a585e33bc2a068a1526 Mon Sep 17 00:00:00 2001 From: Andrii Melnychenko Date: Thu, 10 Apr 2025 16:54:49 +0200 Subject: [PATCH] docker/ubuntu-ci: Added iptables to the docker The test "tests/topotests/ldp_establish_hello_topo1/test_establish_hello_topo1.py" uses iptables to count the LDP packets. Signed-off-by: Andrii Melnychenko --- docker/ubuntu-ci/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/ubuntu-ci/Dockerfile b/docker/ubuntu-ci/Dockerfile index 0bfcb51878..57af69c2ff 100644 --- a/docker/ubuntu-ci/Dockerfile +++ b/docker/ubuntu-ci/Dockerfile @@ -33,6 +33,7 @@ RUN apt update && apt upgrade -y && \ screen \ texinfo \ tmux \ + iptables \ && \ # Protobuf build requirements apt-get install -y \