add udpcon mode

This commit is contained in:
BenPls 2019-10-23 11:56:15 +02:00 committed by GitHub
parent e9a43ca513
commit 34e718399b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ sub new {
'swap' => 'snmp_standard::mode::swap',
'time' => 'snmp_standard::mode::ntp',
'tcpcon' => 'snmp_standard::mode::tcpcon',
'udpcon' => 'snmp_standard::mode::udpcon',
'uptime' => 'snmp_standard::mode::uptime',
);