]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Update /doc/topotests.rst documentation 11707/head
authorKuldeep Kashyap <kashyapk@vmware.com>
Fri, 29 Jul 2022 04:54:29 +0000 (21:54 -0700)
committerKuldeep Kashyap <kashyapk@vmware.com>
Fri, 29 Jul 2022 04:57:51 +0000 (21:57 -0700)
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 <kashyapk@vmware.com>
doc/developer/topotests.rst

index 6c1d9148d111b95cdc65f3ae66f20fd3badb86f0..ada182d8479f13330883daaa783d957c47aec26a 100644 (file)
@@ -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
 """"""""""""""""