summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-30 21:01:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-30 21:01:20 +0000
commit27ecd06e76009db9d59de586202c0b56917d2fe7 (patch)
tree9371ea053e35d865e3e72b9c18b4e64e237068d1 /usr/local/pkg
parent9764f4701f421904fcea0a939845551568e756ea (diff)
downloadpfsense-27ecd06e76009db9d59de586202c0b56917d2fe7.zip
pfsense-27ecd06e76009db9d59de586202c0b56917d2fe7.tar.gz
Capitalize IP
Diffstat (limited to 'usr/local/pkg')
-rw-r--r--usr/local/pkg/carp_settings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/pkg/carp_settings.xml b/usr/local/pkg/carp_settings.xml
index 6ea7ebd..26dc823 100644
--- a/usr/local/pkg/carp_settings.xml
+++ b/usr/local/pkg/carp_settings.xml
@@ -165,16 +165,16 @@
$ifdescrs['opt' . $j] = "opt" . $j;
foreach($ifdescrs as $descr)
if($config['interfaces']['$descr']['ipaddr'] == $_POST["synchronizetoip"])
- $input_errors[] = "CARP sync IP must be the backup firewall ip! You cannot specify this firewalls IP in this location.";
+ $input_errors[] = "CARP sync IP must be the backup firewall IP! You cannot specify this firewalls IP in this location.";
if($config['virtualip']['vip']) {
foreach($config['virtualip']['vip'] as $vip) {
if($vip['subnet'] == $_POST["synchronizetoip"])
- $input_errors[] = "CARP sync IP must be the backup firewall ip! You cannot specify this firewalls IP in this location.";
+ $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());
if($wanip == $_POST["synchronizetoip"])
- $input_errors[] = "CARP sync IP must be the backup firewall ip! You cannot specify this firewalls IP in this location.";
+ $input_errors[] = "CARP sync IP must be the backup firewall IP! You cannot specify this firewalls IP in this location.";
</custom_php_validation_command>
<custom_add_php_command_late>
/* setup carp interfaces */
OpenPOWER on IntegriCloud