summaryrefslogtreecommitdiff
path: root/doc/developer
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2024-01-30 03:06:11 -0500
committerChristian Hopps <chopps@labn.net>2024-01-30 14:54:47 -0500
commitcb3242f6976008292c7a6732e149fe21f66ddfa6 (patch)
tree426e23eb01fa3c7fb7ea4d35d21e37026e7932ea /doc/developer
parent25bb8b203cdbf3b40f938add7352666146183c03 (diff)
tests: add YANG notification test
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/northbound/retrofitting-configuration-commands.rst2
-rw-r--r--doc/developer/topotests.rst1
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/developer/northbound/retrofitting-configuration-commands.rst b/doc/developer/northbound/retrofitting-configuration-commands.rst
index 4772610856..3e29428fde 100644
--- a/doc/developer/northbound/retrofitting-configuration-commands.rst
+++ b/doc/developer/northbound/retrofitting-configuration-commands.rst
@@ -982,7 +982,7 @@ future.
For libfrr commands, it’s not possible to centralize all commands in a
single file because the *extract.pl* script from *vtysh* treats commands
differently depending on the file in which they are defined (e.g. DEFUNs
-from *lib/routemap.c* are installed using the ``VTYSH_RMAP`` constant,
+from *lib/routemap.c* are installed using the ``VTYSH_RMAP_SHOW`` constant,
which identifies the daemons that support route-maps). In this case, the
CLI commands should be rewritten but maintained in the same file.
diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst
index 7c65164b0e..3e3bd2dd21 100644
--- a/doc/developer/topotests.rst
+++ b/doc/developer/topotests.rst
@@ -33,6 +33,7 @@ Installing Topotest Requirements
tshark \
valgrind
python3 -m pip install wheel
+ python3 -m pip install protobuf
python3 -m pip install 'pytest>=6.2.4'
python3 -m pip install 'pytest-xdist>=2.3.0'
python3 -m pip install 'scapy>=2.4.5'