summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_hasync.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-02-22 09:34:23 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-02-22 09:34:23 -0300
commitb32ea59d5a45b86beee73d416462c01d1ac915ec (patch)
tree48d932cc4416a64c5be87815d1d0913dad8b15bf /usr/local/www/system_hasync.php
parent2ead5ea7deeb11abb7c4c81874baee1faa5afd2e (diff)
downloadpfsense-b32ea59d5a45b86beee73d416462c01d1ac915ec.zip
pfsense-b32ea59d5a45b86beee73d416462c01d1ac915ec.tar.gz
Fixes on HA setup:
- Configure pfsync when configuration is changed - Disable pfsync when it's disabled on GUI - Remove syncpeer and back it to default multicast address when it's removed from conf Fixes #2491
Diffstat (limited to 'usr/local/www/system_hasync.php')
-rwxr-xr-xusr/local/www/system_hasync.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system_hasync.php b/usr/local/www/system_hasync.php
index b3e3cb8..a00c5ed 100755
--- a/usr/local/www/system_hasync.php
+++ b/usr/local/www/system_hasync.php
@@ -77,6 +77,7 @@ if ($_POST) {
$a_hasync['username'] = $pconfig['username'];
$a_hasync['password'] = $pconfig['password'];
write_config("Updated High Availability Sync configuration");
+ interfaces_carp_setup();
header("Location: system_hasync.php");
exit();
}
OpenPOWER on IntegriCloud