diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-25 11:00:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-25 11:00:52 +0100 |
commit | 23fe5626614424b2d8a981cfa9dafac36c00836f (patch) | |
tree | 6e1285d5a8dae0f2d52edf63526ca8572340ec66 | |
parent | ad4a92eb9823654abb4acc38549b771f5a7212e9 (diff) | |
parent | 0ed155b05523c755a9eb777c49a3a0fd4b56149e (diff) | |
download | vyos-documentation-23fe5626614424b2d8a981cfa9dafac36c00836f.tar.gz vyos-documentation-23fe5626614424b2d8a981cfa9dafac36c00836f.zip |
Merge pull request #1201 from vyos/lldp-snmp-t5855
snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp"
-rw-r--r-- | docs/configuration/service/lldp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/service/lldp.rst b/docs/configuration/service/lldp.rst index aa357211..12a9e0b6 100644 --- a/docs/configuration/service/lldp.rst +++ b/docs/configuration/service/lldp.rst @@ -54,7 +54,7 @@ Configuration Disable transmit of LLDP frames on given `<interface>`. Useful to exclude certain interfaces from LLDP when ``all`` have been enabled. -.. cfgcmd:: set service lldp snmp enable +.. cfgcmd:: set service lldp snmp Enable SNMP queries of the LLDP database |