diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 1ea186c8b8..60e26089c4 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" > Block private networks
When set, this option blocks traffic from IP addresses that - 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. + 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. @@ -1388,7 +1388,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe" > Block bogon networks
When set, this option blocks traffic from IP addresses that - are reserved (but not RFC 1918) or not yet assigned by IANA.
+ are reserved (but not RFC 1918) or not yet assigned by IANA.   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.