diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-25 08:58:56 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-12-25 10:01:42 +0000 |
commit | 1902f252c4c270cf7981fecd486e293ec2182fd9 (patch) | |
tree | a764448c31a4b0a15ecb488331bca6c8c30d4b5e /smoketest/configs | |
parent | 4b3eca1e08603ed8c97d7b352e567e2e8570eac4 (diff) | |
download | vyos-1x-1902f252c4c270cf7981fecd486e293ec2182fd9.tar.gz vyos-1x-1902f252c4c270cf7981fecd486e293ec2182fd9.zip |
snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp"
(cherry picked from commit a9201e77110ce0695e2ba879304aef41b7ac9a0c)
Diffstat (limited to 'smoketest/configs')
-rw-r--r-- | smoketest/configs/ospf-small | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/smoketest/configs/ospf-small b/smoketest/configs/ospf-small index 767f4e21f..b3002b1af 100644 --- a/smoketest/configs/ospf-small +++ b/smoketest/configs/ospf-small @@ -81,6 +81,9 @@ service { lldp { interface all { } + snmp { + enable + } } snmp { community public { |