summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-25 06:21:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-25 06:21:58 +0000
commit8e43486bd08d474d5c2fbe17acef3332059745ea (patch)
treed424b881f2a11ec3920107707ed58f0732d95c7c /usr/local/www/interfaces.php
parenta614b1ac08f18c207560fb2c6e93e69a9eb03a8e (diff)
downloadpfsense-8e43486bd08d474d5c2fbe17acef3332059745ea.zip
pfsense-8e43486bd08d474d5c2fbe17acef3332059745ea.tar.gz
Cleanup breaks
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 1ea186c..60e2608 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1375,12 +1375,12 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
<td class="vtable"><a name="rfc1918"></a> <input name="blockpriv" type="checkbox" id="blockpriv" value="yes" <?php if ($pconfig['blockpriv']) echo "checked"; ?>>
<strong>Block private networks</strong><br>
When set, this option blocks traffic from IP addresses that
- are reserved for private<br>
- networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as
- well as loopback addresses<br>
- (127/8). You should generally leave this option turned on,
- unless your WAN network<br>
- lies in such a private address space, too.
+ are reserved for private
+ networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as
+ well as loopback addresses
+ (127/8). You should generally leave this option turned on,
+ unless your WAN network
+ lies in such a private address space, too.
</td>
</tr>
<tr>
@@ -1388,7 +1388,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
<td class="vtable"> <input name="blockbogons" type="checkbox" id="blockbogons" value="yes" <?php if ($pconfig['blockbogons']) echo "checked"; ?>>
<strong>Block bogon networks</strong><br>
When set, this option blocks traffic from IP addresses that
- are reserved (but not RFC 1918) or not yet assigned by IANA.<br>
+ are reserved (but not RFC 1918) or not yet assigned by IANA.&nbsp;&nbsp;
Bogons are prefixes that should never appear in the Internet routing table, and obviously should not appear as the source address in any packets you receive.
</td>
</tr>
OpenPOWER on IntegriCloud