mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 14:20:40 +01:00
Add 'l2tp' to syntax
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8690 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
52760ff105
commit
b68da67ac0
@ -37,7 +37,7 @@
|
||||
role="bold">:{noah</emphasis>|ah}]|<emphasis
|
||||
role="bold">ipsecnat</emphasis>|<emphasis
|
||||
role="bold">ipip</emphasis>|<emphasis
|
||||
role="bold">gre</emphasis>|<emphasis
|
||||
role="bold">gre</emphasis>|l2tp|<emphasis
|
||||
role="bold">pptpclient</emphasis>|<emphasis
|
||||
role="bold">pptpserver</emphasis>|{<emphasis
|
||||
role="bold">openvpn</emphasis>|<emphasis
|
||||
|
@ -673,8 +673,8 @@ if [ -n "${BUILDXML}${BUILDHTML}" ]; then
|
||||
|
||||
if [ -n "$BUILDXML" ]; then
|
||||
progress_message "Creating $DIR/shorewall-docs-xml-$VERSION tarballs"
|
||||
do_or_die "tar -zcvf shorewall-docs-xml-$VERSION.tgz shorewall-docs-xml-$VERSION >> $LOGFILE 2>&1"
|
||||
do_or_die "tar -jcvf shorewall-docs-xml-$VERSION.tar.bz2 shorewall-docs-xml-$VERSION >> $LOGFILE 2>&1"
|
||||
tar -zcvf shorewall-docs-xml-$VERSION.tgz shorewall-docs-xml-$VERSION >> $LOGFILE 2>&1
|
||||
tar -jcvf shorewall-docs-xml-$VERSION.tar.bz2 shorewall-docs-xml-$VERSION >> $LOGFILE 2>&1 || true
|
||||
if [ -n "$SIGN" ]; then
|
||||
for shoresuffix in tgz tar.bz2; do
|
||||
xmlball=shorewall-docs-xml-$VERSION.${shoresuffix}
|
||||
|
@ -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-06-24</p>
|
||||
<p>2008-08-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
|
||||
@ -121,17 +121,17 @@ Features page</a>.<br>
|
||||
</p>
|
||||
<h3><a name="Releases"></a>Current Shorewall Releases</h3>
|
||||
<p style="margin-left: 40px;">The <span style="font-weight: bold;">current
|
||||
Stable Release</span> version is 4.0.12<br>
|
||||
Stable Release</span> version is 4.0.13<br>
|
||||
</p>
|
||||
<ul style="margin-left: 40px;">
|
||||
<li>Here are the <a
|
||||
href="http://www1.shorewall.net/pub/shorewall/4.0/shorewall-4.0.12/releasenotes.txt">release
|
||||
href="http://www1.shorewall.net/pub/shorewall/4.0/shorewall-4.0.13/releasenotes.txt">release
|
||||
notes</a> <br>
|
||||
</li>
|
||||
<li>Here are the <a
|
||||
href="http://www1.shorewall.net/pub/shorewall/4.0/shorewall-4.0.12/known_problems.txt">known
|
||||
href="http://www1.shorewall.net/pub/shorewall/4.0/shorewall-4.0.13/known_problems.txt">known
|
||||
problems</a> and <a
|
||||
href="http://www1.shorewall.net/pub/shorewall/4.0/shorewall-4.0.12/errata/">updates</a>.
|
||||
href="http://www1.shorewall.net/pub/shorewall/4.0/shorewall-4.0.13/errata/">updates</a>.
|
||||
<p>Read more about the <a href="Shorewall-4.html">Release here</a>.<br>
|
||||
</p>
|
||||
</li>
|
||||
@ -152,15 +152,15 @@ problems</a> and <a
|
||||
</ul>
|
||||
The <span style="font-weight: bold;">current Development Release</span>
|
||||
is
|
||||
4.2.0-Beta2.
|
||||
4.2.0-RC1.
|
||||
<ul>
|
||||
<li>Here are the <a
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/4.2/shorewall-4.2.0-Beta2/releasenotes.txt">release
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/4.2/shorewall-4.2.0-RC1/releasenotes.txt">release
|
||||
notes</a> </li>
|
||||
<li>Here are the <a
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/4.2/shorewall-4.2.0-Beta2/known_problems.txt">known
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/4.2/shorewall-4.2.0-RC1/known_problems.txt">known
|
||||
problems</a> and <a
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/4.2/shorewall-4.2.0-Beta2/errata/">updates</a>.</li>
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/4.2/shorewall-4.2.0-RC1/errata/">updates</a>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div style="margin-left: 40px;">
|
||||
|
Loading…
Reference in New Issue
Block a user