summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_wan.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-07-24 19:42:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-07-24 19:42:38 +0000
commitee968e4f29df3684e76be1d07ad6f67e48ffe6a4 (patch)
tree7246f89c6dbc94889fe327f7c97c659f6e7ea21e /usr/local/www/interfaces_wan.php
parentde42a08e05b220ea82d775b36d860b7bbc584440 (diff)
downloadpfsense-ee968e4f29df3684e76be1d07ad6f67e48ffe6a4.zip
pfsense-ee968e4f29df3684e76be1d07ad6f67e48ffe6a4.tar.gz
Compare against $pconfig and only check items if gateway is changing.
Diffstat (limited to 'usr/local/www/interfaces_wan.php')
-rwxr-xr-xusr/local/www/interfaces_wan.php2
1 files changed, 1 insertions, 1 deletions
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) {
OpenPOWER on IntegriCloud