mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +02:00
add 'enabled' and 'disabled' to the Extension Script Article
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
6425e5ae5d
commit
ec0e6763e4
@ -234,6 +234,18 @@ cat -</programlisting>
|
||||
can be used to augment or replace functions in the standard CLI
|
||||
libraries.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename>enabled</filename> -- Added in Shorewall 5.1.6.
|
||||
Invoked when an optional interface or provider is successfully enabled
|
||||
using the <command>enable</command> command.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename>disabled</filename> -- Added in Shorewall 5.1.6.
|
||||
Invoked when an optional interface or provider is successfully
|
||||
disabled using the <command>disable</command> command.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para><emphasis role="bold">If your version of Shorewall doesn't have the
|
||||
@ -274,6 +286,18 @@ cat -</programlisting>
|
||||
<entry/>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>disable</entry>
|
||||
|
||||
<entry>disable</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>enable</entry>
|
||||
|
||||
<entry>enable</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>init</entry>
|
||||
|
||||
@ -508,25 +532,37 @@ cat -</programlisting>
|
||||
<row>
|
||||
<entry>initdone</entry>
|
||||
|
||||
<entry>init</entry>
|
||||
<entry>disable</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>maclog</entry>
|
||||
|
||||
<entry>isusable</entry>
|
||||
<entry>enable</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>Per-chain (including those associated with
|
||||
actions)</entry>
|
||||
|
||||
<entry>start</entry>
|
||||
<entry>init</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>postcompile</entry>
|
||||
|
||||
<entry>isusable</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry/>
|
||||
|
||||
<entry>start</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry/>
|
||||
|
||||
<entry>started</entry>
|
||||
</row>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user