diff options
author | Christian Hopps <chopps@labn.net> | 2023-06-08 14:37:27 +0200 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2023-06-08 17:03:18 +0200 |
commit | 17054f373e70b5be08e45f8fd004190f857e7394 (patch) | |
tree | 8070a0711dfef70049a745fa89b552a5bbee9724 /doc/developer | |
parent | Merge pull request #13726 from LabNConsulting/chopps/fixpim6topotest (diff) | |
download | frr-17054f373e70b5be08e45f8fd004190f857e7394.tar.xz frr-17054f373e70b5be08e45f8fd004190f857e7394.zip |
doc: update doc removing socat req + remove unused tests code
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'doc/developer')
-rw-r--r-- | doc/developer/topotests.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index 773691e69..4d8d4c877 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -46,12 +46,6 @@ 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 """""""""""""""" |