diff options
author | Kim <UnicronNL@users.noreply.github.com> | 2017-04-23 22:59:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-23 22:59:06 +0200 |
commit | 51a4261069157f825a9ba371478ce82868d3c72c (patch) | |
tree | dbc6677cf81e59b7e46716c797e0d127ed81abb0 /scripts/snmp | |
parent | d582bbaf3ad95566de9b90d1572d60e39936a1a7 (diff) | |
download | vyatta-cfg-system-51a4261069157f825a9ba371478ce82868d3c72c.tar.gz vyatta-cfg-system-51a4261069157f825a9ba371478ce82868d3c72c.zip |
add rights for lldp service
Diffstat (limited to 'scripts/snmp')
-rwxr-xr-x | scripts/snmp/vyatta-snmp.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl index a5d0d836..b1d09e9f 100755 --- a/scripts/snmp/vyatta-snmp.pl +++ b/scripts/snmp/vyatta-snmp.pl @@ -157,6 +157,7 @@ sub snmp_get_constants { print "master agentx\n"; # maybe needed by lldpd print "agentaddress ", join(',',@addr), "\n"; print "agentXPerms 0755 0755 quagga quaggavty\n"; + print "agentXPerms 0755 0755 _lldpd _lldpd\n"; # add hook to read IF-MIB::ifAlias from sysfs print "pass .1.3.6.1.2.1.31.1.1.1.18 /opt/vyatta/sbin/if-mib-alias\n"; |