summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_hasync.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-04-03 20:08:54 +0100
committerColin Fleming <cj_fleming@sky.com>2013-04-03 20:08:54 +0100
commit732f462543ebccced3fced11ac55fc6ed1b82340 (patch)
tree8081fd367f25bacf05623d035f898c06306e00e4 /usr/local/www/system_hasync.php
parentcd4a47d899d01a4037f0e0d0428a05a58e855409 (diff)
downloadpfsense-732f462543ebccced3fced11ac55fc6ed1b82340.zip
pfsense-732f462543ebccced3fced11ac55fc6ed1b82340.tar.gz
Tidy up "system_hasync.php" XHTML
Close P tags
Diffstat (limited to 'usr/local/www/system_hasync.php')
-rwxr-xr-xusr/local/www/system_hasync.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/local/www/system_hasync.php b/usr/local/www/system_hasync.php
index a00c5ed..05a8133 100755
--- a/usr/local/www/system_hasync.php
+++ b/usr/local/www/system_hasync.php
@@ -102,12 +102,12 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
<form action="system_hasync.php" method="post" name="iform" id="iform">
-<table width="100%" border="0" cellspacing="0" cellpadding="0">
+<table width="100%" border="0" cellspacing="0" cellpadding="0" summary="high availability sync">
<tr>
<td id="mainarea">
<div class="tabcont">
- <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
+ <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0" summary="main area">
<tr>
<td colspan="2" class="listtopic">State Synchronization Settings (pfsync)</td>
</tr>
@@ -116,7 +116,7 @@ include("head.inc");
<td class="vtable">
<input id='pfsyncenabled' type='checkbox' name='pfsyncenabled' value='on' <?php if ($pconfig['pfsyncenabled'] === "on") echo "checked='checked'"; ?> />
<br />
- pfsync transfers state insertion, update, and deletion messages between firewalls. Each firewall sends these messages out via multicast on a specified interface, using the PFSYNC protocol (IP Protocol 240). It also listens on that interface for similar messages from other firewalls, and imports them into the local state table.<p>This setting should be enabled on all members of a failover group.<p>NOTE: Clicking save will force a configuration sync if it is enabled! (see Configuration Synchronization Settings below)
+ pfsync transfers state insertion, update, and deletion messages between firewalls. Each firewall sends these messages out via multicast on a specified interface, using the PFSYNC protocol (IP Protocol 240). It also listens on that interface for similar messages from other firewalls, and imports them into the local state table.<p>This setting should be enabled on all members of a failover group.</p><p>NOTE: Clicking save will force a configuration sync if it is enabled! (see Configuration Synchronization Settings below)</p>
</td>
</tr>
<tr valign="top">
@@ -343,8 +343,6 @@ include("head.inc");
</tr>
</table>
</form>
-
-
<?php include("fend.inc"); ?>
</body>
</html>
OpenPOWER on IntegriCloud