summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg/carp_settings.xml
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-10-23 21:51:53 +0000
committerErmal Luçi <eri@pfsense.org>2008-10-23 21:51:53 +0000
commit85a5da131ccbbb6fe335da3ca7d67cc0c3f60aa0 (patch)
tree5599823fbfad08f8e11831c28d9e6caedd41bd1a /usr/local/pkg/carp_settings.xml
parentcb00b7342f39a96ddbffd3a53965c780359e2d3b (diff)
downloadpfsense-85a5da131ccbbb6fe335da3ca7d67cc0c3f60aa0.zip
pfsense-85a5da131ccbbb6fe335da3ca7d67cc0c3f60aa0.tar.gz
* Rename get_current_wan_address to get_interface_ip
* Rename get_real_wan_interface to get_real_interface * Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@ * Cleanup some code when passing or remove some unused one.
Diffstat (limited to 'usr/local/pkg/carp_settings.xml')
-rw-r--r--usr/local/pkg/carp_settings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/pkg/carp_settings.xml b/usr/local/pkg/carp_settings.xml
index 087a109..29c1ba9 100644
--- a/usr/local/pkg/carp_settings.xml
+++ b/usr/local/pkg/carp_settings.xml
@@ -181,7 +181,7 @@
$input_errors[] = "CARP sync IP must be the backup firewall IP! You cannot specify this firewalls IP in this location.";
}
}
- $wanip = find_interface_ip(get_real_wan_interface());
+ $wanip = get_interface_ip();
if($wanip == $_POST["synchronizetoip"])
$input_errors[] = "CARP sync IP must be the backup firewall's IP! You cannot specify this firewall's IP in this location.";
}
@@ -192,4 +192,4 @@
/* force a filter configure for syncing */
filter_configure();
</custom_add_php_command_late>
-</packagegui> \ No newline at end of file
+</packagegui>
OpenPOWER on IntegriCloud