mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Document -s option
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4314 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f3007cd7f8
commit
959007119b
@ -897,7 +897,7 @@ gateway:~ #</programlisting>
|
||||
Lite)</term>
|
||||
|
||||
<listitem>
|
||||
<para><command>load [ <directory> ]
|
||||
<para><command>load [ -s ] [ <directory> ]
|
||||
<system></command></para>
|
||||
|
||||
<para>If <directory> is omitted, the current working directory
|
||||
@ -945,6 +945,16 @@ gateway:~ #</programlisting>
|
||||
</note>
|
||||
|
||||
<para>Example: <command>shorewall reload gateway</command></para>
|
||||
|
||||
<para>If the -s option is given and the remote
|
||||
<command>/sbin/shorewall-lite start</command> command succeeds then
|
||||
the configuration on the remote system is saved using the
|
||||
command</para>
|
||||
|
||||
<simplelist>
|
||||
<member><command>ssh root@<system> '/sbin/shorewall-lite
|
||||
save'</command></member>
|
||||
</simplelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@ -1024,7 +1034,7 @@ gateway:~ #</programlisting>
|
||||
Shorewall Lite)</term>
|
||||
|
||||
<listitem>
|
||||
<para><command>reload [ <directory> ]
|
||||
<para><command>reload [ -s ] [ <directory> ]
|
||||
<system></command></para>
|
||||
|
||||
<para>If <directory> is omitted, the current working directory
|
||||
@ -1072,6 +1082,16 @@ gateway:~ #</programlisting>
|
||||
</note>
|
||||
|
||||
<para>Example: <command>shorewall reload gateway</command></para>
|
||||
|
||||
<para>If the -s option is given and the remote
|
||||
<command>/sbin/shorewall-lite restart</command> command succeeds
|
||||
then the configuration on the remote system is saved using the
|
||||
command</para>
|
||||
|
||||
<simplelist>
|
||||
<member><command>ssh root@<system> '/sbin/shorewall-lite
|
||||
save'</command></member>
|
||||
</simplelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user