-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
Alias should have more chars in my opinion:
--- snmp_bulkget.h 2018-12-05 13:10:04.756811933 +0100
+++ snmp_bulkget.h 2018-12-05 13:05:51.000000000 +0100
@@ -17,6 +17,7 @@
*/
#define MAX_STRING 65536
#define MAX_DESCR_LEN 60
+#define MAX_ALIAS_LEN 250
#define UPTIME_TOLERANCE_IN_SECS 30
#define OFLO32 4294967295ULL
#define OFLO64 18446744073709551615ULL
@@ -48,7 +49,7 @@
int status;
int err_disable;
char descr[MAX_DESCR_LEN];
- char alias[MAX_DESCR_LEN];
+ char alias[MAX_ALIAS_LEN];
char name[MAX_DESCR_LEN];
u64 inOctets;
u64 outOctets;Metadata
Metadata
Assignees
Labels
No labels