mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 20:22:12 +02:00
Clarify /etc/shorewall/init in the Xen Consolidation Document
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3498 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
20ffa64c4c
commit
84e8763a8a
@ -15,7 +15,7 @@
|
|||||||
</author>
|
</author>
|
||||||
</authorgroup>
|
</authorgroup>
|
||||||
|
|
||||||
<pubdate>2006-02-18</pubdate>
|
<pubdate>2006-02-19</pubdate>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2006</year>
|
<year>2006</year>
|
||||||
@ -243,9 +243,24 @@ ${INDENT}done
|
|||||||
__EOF__</programlisting>
|
__EOF__</programlisting>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<para>Remember, I run Shorewall 3 so this script runs at compile-time
|
<para>I run Shorewall 3.1 so this script runs at compile-time rather than
|
||||||
rather than at run time. The "\$"'s above cause evaluation of the
|
at run time. The "\$"'s above cause evaluation of the variables or
|
||||||
variable's value to be deferred until run time.</para>
|
expressions to be deferred until run time. To use this script on earlier
|
||||||
|
releases:</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>Remove the first and last lines.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Remove the leading "${INDENT}" from the remaining lines.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Replace "\$/ with "$".</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
<para>The goals for the Shorewall configuration in Dom0 are as
|
<para>The goals for the Shorewall configuration in Dom0 are as
|
||||||
follows:</para>
|
follows:</para>
|
||||||
@ -262,7 +277,7 @@ __EOF__</programlisting>
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Ensure that there is no stray traffic between the zones. </para>
|
<para>Ensure that there is no stray traffic between the zones.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user