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.*//')
|
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
|
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
|
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
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
@ -22,7 +22,7 @@ the
|
|||||||
license is included in the section entitled <span
|
license is included in the section entitled <span
|
||||||
style="text-decoration: underline;">"</span><a href="GnuCopyright.htm"
|
style="text-decoration: underline;">"</span><a href="GnuCopyright.htm"
|
||||||
target="_self">GNU Free Documentation License</a>".</p>
|
target="_self">GNU Free Documentation License</a>".</p>
|
||||||
<p>2008-05-19</p>
|
<p>2008-05-23</p>
|
||||||
<hr style="width: 100%; height: 2px;">
|
<hr style="width: 100%; height: 2px;">
|
||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<p style="margin-bottom: 0in; margin-left: 0.42in;"><a href="#Intro">Introduction
|
<p style="margin-bottom: 0in; margin-left: 0.42in;"><a href="#Intro">Introduction
|
||||||
@ -152,15 +152,15 @@ problems</a> and <a
|
|||||||
</ul>
|
</ul>
|
||||||
The <span style="font-weight: bold;">current Development Release</span>
|
The <span style="font-weight: bold;">current Development Release</span>
|
||||||
is
|
is
|
||||||
4.1.8.
|
4.2.0-Beta1.
|
||||||
<ul>
|
<ul>
|
||||||
<li>Here are the <a
|
<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>
|
notes</a> </li>
|
||||||
<li>Here are the <a
|
<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
|
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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-left: 40px;">
|
<div style="margin-left: 40px;">
|
||||||
|
Loading…
Reference in New Issue
Block a user