diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-25 11:00:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-25 11:00:36 +0100 |
commit | 4cf15bd7587bf6df81bf5ad1083dd1b97d2c9fbc (patch) | |
tree | 4707cae8354a714773482b394a7669933ca98c6f /smoketest/configs/ospf-small | |
parent | fb3a7e30bffc949584bbb0ad1f6632ef940605be (diff) | |
parent | a9201e77110ce0695e2ba879304aef41b7ac9a0c (diff) | |
download | vyos-1x-4cf15bd7587bf6df81bf5ad1083dd1b97d2c9fbc.tar.gz vyos-1x-4cf15bd7587bf6df81bf5ad1083dd1b97d2c9fbc.zip |
Merge pull request #2687 from c-po/lldp-snmp-t5855
snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp"
Diffstat (limited to 'smoketest/configs/ospf-small')
-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 { |