From ee968e4f29df3684e76be1d07ad6f67e48ffe6a4 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 24 Jul 2006 19:42:38 +0000 Subject: Compare against $pconfig and only check items if gateway is changing. --- usr/local/www/interfaces_wan.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/interfaces_wan.php') diff --git a/usr/local/www/interfaces_wan.php b/usr/local/www/interfaces_wan.php index 3c706a4..b80fa57 100755 --- a/usr/local/www/interfaces_wan.php +++ b/usr/local/www/interfaces_wan.php @@ -92,7 +92,7 @@ if ($_POST) { unset($input_errors); $pconfig = $_POST; - if($_POST['gateway']) { + if($_POST['gateway'] and $pconfig['gateway'] <> $_POST['gateway']) { /* enumerate slbd gateways and make sure we are not creating a route loop */ if(is_array($config['load_balancer']['lbpool'])) { foreach($config['load_balancer']['lbpool'] as $lbpool) { -- cgit v1.1