From c73d2974b21c3fe8eeae7b742220b11088c4b144 Mon Sep 17 00:00:00 2001 From: Kuldeep Kashyap Date: Thu, 28 Jul 2022 21:54:29 -0700 Subject: [PATCH] doc: Update /doc/topotests.rst documentation Updated /doc/topotests.rst with socat details, which is needed to run PIMv6 tests. Socat tool is used to send PIMv6 join and traffic. Signed-off-by: Kuldeep Kashyap --- doc/developer/topotests.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index 6c1d9148d1..ada182d847 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -38,6 +38,12 @@ Installing Topotest Requirements # To enable the gRPC topotest install: python3 -m pip install grpcio grpcio-tools + # Install Socat tool to run PIMv6 tests, + # Socat code can be taken from below url, + # which has latest changes done for PIMv6, + # join and traffic: + https://github.com/opensourcerouting/socat/ + Enable Coredumps """"""""""""""""