diff options
author | Christian Hopps <chopps@labn.net> | 2021-12-24 08:04:57 +0100 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2022-06-02 22:37:16 +0200 |
commit | 9191ac86fdb70e057ba46827a99c975507365bad (patch) | |
tree | 0be78dd76f744791e3dec0274ac2183b10991309 /doc | |
parent | ospfd: api: always ready to receive opaque from client (diff) | |
download | frr-9191ac86fdb70e057ba46827a99c975507365bad.tar.xz frr-9191ac86fdb70e057ba46827a99c975507365bad.zip |
ospfclient: add ospfclient api python class
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/installation.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/installation.rst b/doc/user/installation.rst index b24a9fb47..401a1f272 100644 --- a/doc/user/installation.rst +++ b/doc/user/installation.rst @@ -212,7 +212,8 @@ options from the list below. .. option:: --disable-ospfclient - Disable building of the example OSPF-API client. + Disable installation of the python ospfclient and building of the example + OSPF-API client. .. option:: --disable-isisd |