diff options
author | Kim <UnicronNL@users.noreply.github.com> | 2017-04-28 13:10:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-28 13:10:31 +0200 |
commit | e805702c59e62a5ce3a9258f2e0db1cc161291fe (patch) | |
tree | 76399dd12cb8fe19970792ef8c9d6ca770848cd6 | |
parent | 84a94fd063c27c60f1cdd8902b549d375c02ceb7 (diff) | |
download | vyatta-cfg-system-e805702c59e62a5ce3a9258f2e0db1cc161291fe.tar.gz vyatta-cfg-system-e805702c59e62a5ce3a9258f2e0db1cc161291fe.zip |
add "VyOS" to sysDescr
We do not use our distro name in the version numbering.
-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 d744f2ad..5c4ff1d0 100755 --- a/scripts/snmp/vyatta-snmp.pl +++ b/scripts/snmp/vyatta-snmp.pl @@ -152,7 +152,7 @@ sub snmp_get_constants { unshift @addr, $local_agent; print "# autogenerated by vyatta-snmp.pl on $now\n"; - print "sysDescr $version\n"; + print "sysDescr VyOS $version\n"; print "sysObjectID 1.3.6.1.4.1.44641\n"; print "sysServices 14\n"; print "master agentx\n"; # maybe needed by lldpd |