mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
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 <a.melnychenko@vyos.io>
This commit is contained in:
parent
90084d21e0
commit
887bbf91fe
|
@ -33,6 +33,7 @@ RUN apt update && apt upgrade -y && \
|
|||
screen \
|
||||
texinfo \
|
||||
tmux \
|
||||
iptables \
|
||||
&& \
|
||||
# Protobuf build requirements
|
||||
apt-get install -y \
|
||||
|
|
Loading…
Reference in a new issue