forked from extern/shorewall_code
Make norfc1918 violation a warning
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8525 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
1d370ef12c
commit
bd23ebaf54
@ -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
|
||||
|
@ -22,7 +22,7 @@ the
|
||||
license is included in the section entitled <span
|
||||
style="text-decoration: underline;">"</span><a href="GnuCopyright.htm"
|
||||
target="_self">GNU Free Documentation License</a>".</p>
|
||||
<p>2008-05-19</p>
|
||||
<p>2008-05-23</p>
|
||||
<hr style="width: 100%; height: 2px;">
|
||||
<h2>Table of Contents</h2>
|
||||
<p style="margin-bottom: 0in; margin-left: 0.42in;"><a href="#Intro">Introduction
|
||||
@ -152,15 +152,15 @@ problems</a> and <a
|
||||
</ul>
|
||||
The <span style="font-weight: bold;">current Development Release</span>
|
||||
is
|
||||
4.1.8.
|
||||
4.2.0-Beta1.
|
||||
<ul>
|
||||
<li>Here are the <a
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/4.1/shorewall-4.1.8/releasenotes.txt">release
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/4.2/shorewall-4.2.0-Beta1/releasenotes.txt">release
|
||||
notes</a> </li>
|
||||
<li>Here are the <a
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/4.1/shorewall-4.1.8/known_problems.txt">known
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/4.2/shorewall-4.2.0-Beta1/known_problems.txt">known
|
||||
problems</a> and <a
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/4.1/shorewall-4.1.8/errata/">updates</a>.</li>
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/4.2/shorewall-4.2.0-Beta1/errata/">updates</a>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div style="margin-left: 40px;">
|
||||
|
Loading…
Reference in New Issue
Block a user