mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-25 00:53:49 +01:00
Add sample enabled and disabled scripts
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
5589ab76d9
commit
657215f9b5
12
Shorewall/configfiles/disabled
Normal file
12
Shorewall/configfiles/disabled
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#
|
||||||
|
# Shorewall -- /etc/shorewall/disabled
|
||||||
|
#
|
||||||
|
# Add commands below that you want executed when an optional
|
||||||
|
# interface is successfully disabled using the 'disable' command
|
||||||
|
#
|
||||||
|
# When the commands are invoked:
|
||||||
|
#
|
||||||
|
# $1 contains the physical name of the interface
|
||||||
|
# $2 contains the logical name of the interface
|
||||||
|
# $3 contains the name of the provider associated with the interface,
|
||||||
|
if any
|
12
Shorewall/configfiles/enabled
Normal file
12
Shorewall/configfiles/enabled
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#
|
||||||
|
# Shorewall -- /etc/shorewall/enabled
|
||||||
|
#
|
||||||
|
# Add commands below that you want executed when an optional
|
||||||
|
# interface is successfully enabled using the 'enable' command
|
||||||
|
#
|
||||||
|
# When the commands are invoked:
|
||||||
|
#
|
||||||
|
# $1 contains the physical name of the interface
|
||||||
|
# $2 contains the logical name of the interface
|
||||||
|
# $3 contains the name of the provider associated with the interface,
|
||||||
|
if any
|
12
Shorewall6/configfiles/disabled
Normal file
12
Shorewall6/configfiles/disabled
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#
|
||||||
|
# Shorewall6 -- /etc/shorewall6/disabled
|
||||||
|
#
|
||||||
|
# Add commands below that you want executed when an optional
|
||||||
|
# interface is successfully disabled using the 'disable' command
|
||||||
|
#
|
||||||
|
# When the commands are invoked:
|
||||||
|
#
|
||||||
|
# $1 contains the physical name of the interface
|
||||||
|
# $2 contains the logical name of the interface
|
||||||
|
# $3 contains the name of the provider associated with the interface,
|
||||||
|
if any
|
12
Shorewall6/configfiles/enabled
Normal file
12
Shorewall6/configfiles/enabled
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#
|
||||||
|
# Shorewall6 -- /etc/shorewall6/enabled
|
||||||
|
#
|
||||||
|
# Add commands below that you want executed when an optional
|
||||||
|
# interface is successfully enabled using the 'enable' command
|
||||||
|
#
|
||||||
|
# When the commands are invoked:
|
||||||
|
#
|
||||||
|
# $1 contains the physical name of the interface
|
||||||
|
# $2 contains the logical name of the interface
|
||||||
|
# $3 contains the name of the provider associated with the interface,
|
||||||
|
if any
|
Loading…
Reference in New Issue
Block a user