mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Change default SNMP version to v2c
This commit is contained in:
parent
0f9cec48c0
commit
11df9c5cfe
1 changed files with 1 additions and 1 deletions
|
|
@ -1335,7 +1335,7 @@ function printSnmp()
|
|||
local t_values = {"0", "1"}
|
||||
|
||||
multipleTableButtonPrefs(subpage_active.entries["default_snmp_proto_version"].title, subpage_active.entries["default_snmp_proto_version"].description,
|
||||
t_labels, t_values, "0", "primary", "default_snmp_version", "ntopng.prefs.default_snmp_version", disabled)
|
||||
t_labels, t_values, "1", "primary", "default_snmp_version", "ntopng.prefs.default_snmp_version", disabled)
|
||||
|
||||
prefsInputFieldPrefs(subpage_active.entries["default_snmp_community"].title, subpage_active.entries["default_snmp_community"].description,
|
||||
"ntopng.prefs.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue