From: Kuldeep Kashyap Date: Fri, 29 Jul 2022 04:54:29 +0000 (-0700) Subject: doc: Update /doc/topotests.rst documentation X-Git-Tag: base_8.4~181^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F11707%2Fhead;p=mirror%2Ffrr.git 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 --- 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 """"""""""""""""