mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
13 lines
386 B
Plaintext
13 lines
386 B
Plaintext
|
#
|
||
|
# 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
|