fixed typo on gateway monitor disable
This commit is contained in:
@@ -123,7 +123,7 @@ $config['gateways']['gateway_item'][$gwCount]['gateway'] = $gatewayIP;
|
|||||||
$config['gateways']['gateway_item'][$gwCount]['interface'] = $interface;
|
$config['gateways']['gateway_item'][$gwCount]['interface'] = $interface;
|
||||||
$config['gateways']['gateway_item'][$gwCount]['name'] = $gatewayName;
|
$config['gateways']['gateway_item'][$gwCount]['name'] = $gatewayName;
|
||||||
$config['gateways']['gateway_item'][$gwCount]['ipprotocol'] = 'inet';
|
$config['gateways']['gateway_item'][$gwCount]['ipprotocol'] = 'inet';
|
||||||
$config['gateways']['gateway_item'][$gwCount]['monitor_dsiable'] = 1;
|
$config['gateways']['gateway_item'][$gwCount]['monitor_disable'] = 1;
|
||||||
$config['gateways']['gateway_item'][$gwCount]['defaultgw'] = 1;
|
$config['gateways']['gateway_item'][$gwCount]['defaultgw'] = 1;
|
||||||
$config['gateways']['gateway_item'][$gwCount]['fargw'] = 1;
|
$config['gateways']['gateway_item'][$gwCount]['fargw'] = 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user