From 657215f9b52189c9b9aa7fc8a11d93cc0a7d0de9 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 3 Aug 2017 12:50:49 -0700 Subject: [PATCH] Add sample enabled and disabled scripts Signed-off-by: Tom Eastep --- Shorewall/configfiles/disabled | 12 ++++++++++++ Shorewall/configfiles/enabled | 12 ++++++++++++ Shorewall6/configfiles/disabled | 12 ++++++++++++ Shorewall6/configfiles/enabled | 12 ++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 Shorewall/configfiles/disabled create mode 100644 Shorewall/configfiles/enabled create mode 100644 Shorewall6/configfiles/disabled create mode 100644 Shorewall6/configfiles/enabled diff --git a/Shorewall/configfiles/disabled b/Shorewall/configfiles/disabled new file mode 100644 index 000000000..2934e869d --- /dev/null +++ b/Shorewall/configfiles/disabled @@ -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 diff --git a/Shorewall/configfiles/enabled b/Shorewall/configfiles/enabled new file mode 100644 index 000000000..d3ae93cb5 --- /dev/null +++ b/Shorewall/configfiles/enabled @@ -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 diff --git a/Shorewall6/configfiles/disabled b/Shorewall6/configfiles/disabled new file mode 100644 index 000000000..8060aa5c8 --- /dev/null +++ b/Shorewall6/configfiles/disabled @@ -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 diff --git a/Shorewall6/configfiles/enabled b/Shorewall6/configfiles/enabled new file mode 100644 index 000000000..08c4bccc0 --- /dev/null +++ b/Shorewall6/configfiles/enabled @@ -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