diff --git a/Shorewall-shell/compiler b/Shorewall-shell/compiler index a0e8aea4a..a1a196304 100755 --- a/Shorewall-shell/compiler +++ b/Shorewall-shell/compiler @@ -5491,7 +5491,7 @@ if [ -n "\$addr" ]; then addr=\$(echo \$addr | sed 's/inet //;s/\/.*//;s/ peer.*//') for network in 10.0.0.0/8 176.16.0.0/12 192.168.0.0/16; do if in_network \$addr \$network; then - startup_error "The 'norfc1918' option has been specified on an interface with an RFC 1918 address. Interface:$interface" + error_message "WARNING: The 'norfc1918' option has been specified on an interface with an RFC 1918 address. Interface:$interface" fi done fi diff --git a/web/shorewall_index.htm b/web/shorewall_index.htm index 8c3ce7a2d..5c55ff750 100644 --- a/web/shorewall_index.htm +++ b/web/shorewall_index.htm @@ -22,7 +22,7 @@ the license is included in the section entitled "GNU Free Documentation License".

-

2008-05-19

+

2008-05-23


Table of Contents

Introduction @@ -152,15 +152,15 @@ problems and The current Development Release is -4.1.8. +4.2.0-Beta1.