diff options
author | Micah Anderson <micah@riseup.net> | 2009-04-07 18:47:08 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-04-07 18:47:08 -0400 |
commit | 7633322b490c02e2ba44faa1a0fd534577df6d82 (patch) | |
tree | dd34b5a47b6bced56ae198c6db6e8ffba039b921 /files/boilerplate/maclog.header | |
parent | 1337a268ffbd195ca40d59ebd24bb199b99ffc66 (diff) | |
download | puppet-shorewall-7633322b490c02e2ba44faa1a0fd534577df6d82.tar.gz puppet-shorewall-7633322b490c02e2ba44faa1a0fd534577df6d82.tar.bz2 |
add extension script headers and footers
Diffstat (limited to 'files/boilerplate/maclog.header')
-rw-r--r-- | files/boilerplate/maclog.header | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/boilerplate/maclog.header b/files/boilerplate/maclog.header new file mode 100644 index 0000000..b0c382a --- /dev/null +++ b/files/boilerplate/maclog.header @@ -0,0 +1,14 @@ +# +# Shorewall version 4 - Maclog File (Added in Shorewall version 3.2.5) +# +# /etc/shorewall/start +# +# Add commands below that you want executed while mac filtering rules are +# being created. These will be executed once for each interface having +# 'maclist' speciied and it is invoked just before the logging rule is +# added to the current chain (the name of that chain will be in $CHAIN) +# +# See http://shorewall.net/shorewall_extension_scripts.htm for additional +# information. +# +############################################################################### |