diff options
author | Paul Gear <github@libertysys.com.au> | 2014-11-22 17:38:51 +1000 |
---|---|---|
committer | Paul Gear <github@libertysys.com.au> | 2014-11-22 17:38:51 +1000 |
commit | 3bcfe867bc00b4be4579724b3d50628ca9c9b732 (patch) | |
tree | 14f119944f83bc85d98729f088d9f4369bae6591 /scripts | |
parent | f86b6adbf3ed95ee5bb13d4a3b24d98cbd022596 (diff) | |
download | vyatta-cfg-system-3bcfe867bc00b4be4579724b3d50628ca9c9b732.tar.gz vyatta-cfg-system-3bcfe867bc00b4be4579724b3d50628ca9c9b732.zip |
Omit "Vyatta" from sysDescr
EdgeOS does this as well, not sure if VyOS should; feel free to ignore this PR if you feel otherwise. I'm setting up LibreNMS' detection of VyOS to allow for both.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/snmp/vyatta-snmp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl index 6423db15..06314ebc 100755 --- a/scripts/snmp/vyatta-snmp.pl +++ b/scripts/snmp/vyatta-snmp.pl @@ -151,7 +151,7 @@ sub snmp_get_constants { unshift @addr, $local_agent; print "# autogenerated by vyatta-snmp.pl on $now\n"; - print "sysDescr Vyatta $version\n"; + print "sysDescr $version\n"; print "sysObjectID 1.3.6.1.4.1.30803\n"; print "sysServices 14\n"; print "master agentx\n"; # maybe needed by lldpd |