From 4ec3f1ef0f60e1d7422a07e5ac82d892abb3a054 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 28 Aug 2024 12:05:41 -0400 Subject: [PATCH] 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 --- doc/developer/topotests.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index 52c0361a02..72de7b3bc9 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -33,6 +33,7 @@ Installing Topotest Requirements net-tools \ python3-pip \ iputils-ping \ + iptables \ tshark \ valgrind python3 -m pip install wheel