diff options
| author | Pat Ruddy <pat@voltanet.io> | 2021-03-23 10:14:08 +0000 |
|---|---|---|
| committer | Pat Ruddy <pat@voltanet.io> | 2021-03-23 10:18:16 +0000 |
| commit | b69bc6fe0d331c22c5e35697db04584a84ba09b0 (patch) | |
| tree | 5c95b71ac0755e99a65fa49f5b728f62570db293 | |
| parent | 7a89002ab6bbadb13ec6ad0154b0a1152ebe4972 (diff) | |
doc: add libsnmp-dev install line
Do not assume libsnmp-dev is installed.
Signed-off-by: Pat Ruddy <pat@voltanet.io>
| -rw-r--r-- | doc/developer/topotests.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index 7976a206f7..4f58ee335b 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -60,6 +60,7 @@ following steps will get you there on Ubuntu 20.04. .. code:: shell + apt install libsnmp-dev apt install snmpd snmp apt install snmp-mibs-downloader download-mibs |
