diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-25 09:14:05 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-12-25 11:01:31 +0100 |
commit | e5571ffdbf2660f32341ccf0eef88bd3ae4a0e49 (patch) | |
tree | a189cdd4ee9e1f28195b7454da611b7b21b0c4cc /docs | |
parent | 8c1ba05b68d435d87e2da20bdd0a8aaffe340b2f (diff) | |
download | vyos-documentation-e5571ffdbf2660f32341ccf0eef88bd3ae4a0e49.tar.gz vyos-documentation-e5571ffdbf2660f32341ccf0eef88bd3ae4a0e49.zip |
snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp"
(cherry picked from commit 0ed155b05523c755a9eb777c49a3a0fd4b56149e)
Diffstat (limited to 'docs')
-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 |