mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 03:47:47 +00:00
doc: Update topotest doc to include iptables is needed
The nhrp tests skip tests that do not have iptables installed. As such we have ended up with a situation where the nrhp test is now failing locally for me because I have iptables installed and if the CI system had iptables installed it would have detected the problem as well. Let's document that iptables is needed to do testing. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
3d2c589766
commit
4ec3f1ef0f
@ -33,6 +33,7 @@ Installing Topotest Requirements
|
|||||||
net-tools \
|
net-tools \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
iputils-ping \
|
iputils-ping \
|
||||||
|
iptables \
|
||||||
tshark \
|
tshark \
|
||||||
valgrind
|
valgrind
|
||||||
python3 -m pip install wheel
|
python3 -m pip install wheel
|
||||||
|
Loading…
Reference in New Issue
Block a user