#12248 move nflow to netflow config
This commit is contained in:
parent
54514b043d
commit
495c4d861f
|
@ -249,10 +249,6 @@ function config_update_config()
|
||||||
$error_update[] = __('Enable Netflow');
|
$error_update[] = __('Enable Netflow');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config_update_value('activate_sflow', (bool) get_parameter('activate_sflow'), true) === false) {
|
|
||||||
$error_update[] = __('Enable Sflow');
|
|
||||||
}
|
|
||||||
|
|
||||||
if (config_update_value('activate_feedback', (bool) get_parameter('activate_feedback'), true) === false) {
|
if (config_update_value('activate_feedback', (bool) get_parameter('activate_feedback'), true) === false) {
|
||||||
$error_update[] = __('Enable Feedback');
|
$error_update[] = __('Enable Feedback');
|
||||||
}
|
}
|
||||||
|
@ -1615,6 +1611,10 @@ function config_update_config()
|
||||||
if (config_update_value('netflow_get_ip_hostname', (int) get_parameter('netflow_get_ip_hostname'), true) === false) {
|
if (config_update_value('netflow_get_ip_hostname', (int) get_parameter('netflow_get_ip_hostname'), true) === false) {
|
||||||
$error_update[] = __('Name resolution for IP address');
|
$error_update[] = __('Name resolution for IP address');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (config_update_value('activate_sflow', (bool) get_parameter('activate_sflow'), true) === false) {
|
||||||
|
$error_update[] = __('Enable Sflow');
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'sflow':
|
case 'sflow':
|
||||||
|
|
Loading…
Reference in New Issue