summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-02 21:07:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-02 21:07:05 +0000
commit675e3e429b91fea8502a6b9f76dd19343c35c3b7 (patch)
tree95708085cf4d9f36ce72da9723ac07cece3f9303 /usr
parent5548a077e13d444234c57b73be706da5ceb1d72a (diff)
downloadpfsense-675e3e429b91fea8502a6b9f76dd19343c35c3b7.zip
pfsense-675e3e429b91fea8502a6b9f76dd19343c35c3b7.tar.gz
Use a table width of 90%
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 206664a..4746304 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -651,7 +651,7 @@ include("head.inc");
<option value="none"<?php if($pconfig['statetype'] == "none") echo "selected"; ?>>none</option>
</select><br>HINT: Select which type of state tracking mechanism you would like to use. If in doubt, use keep state.
<p><strong>
- <table>
+ <table width="90%">
<tr><td width="25%"><li>keep state</li></td><td>works with TCP, UDP, and ICMP.</td></tr>
<tr><td width="25%"><li>modulate state</li></td><td>works only with TCP. pfSense will generate strong Initial Sequence Numbers (ISNs) for packets matching this rule.</li></td></tr>
<tr><td width="25%"><li>synproxy state</li></td><td>proxies incoming TCP connections to help protect servers from spoofed TCP SYN floods. This option includes the functionality of keep state and modulate state combined.</td></tr>
OpenPOWER on IntegriCloud