From 0147c30be3edcfb58dce5a9af8df430c76199777 Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Tue, 30 Nov 2021 17:33:21 -0500 Subject: [PATCH] fixed typo on gateway monitor disable --- opnsense-carp-dhcp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opnsense-carp-dhcp.php b/opnsense-carp-dhcp.php index c8b2c2d..5312509 100644 --- a/opnsense-carp-dhcp.php +++ b/opnsense-carp-dhcp.php @@ -123,7 +123,7 @@ $config['gateways']['gateway_item'][$gwCount]['gateway'] = $gatewayIP; $config['gateways']['gateway_item'][$gwCount]['interface'] = $interface; $config['gateways']['gateway_item'][$gwCount]['name'] = $gatewayName; $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]['fargw'] = 1;