diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-23 20:01:11 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-23 20:01:11 -0300 | 
| commit | dffe0d74eadc7c25ab9ee513cb3a6b345dfa7644 (patch) | |
| tree | 53e848d9d576687ec2c032564b6c42ba21b678f1 /files | |
| parent | 589f5723d500ad7325e19dfeb1d3b8450044acf1 (diff) | |
| parent | edd5db0159d5075609c545fb3ee10727a1cf5271 (diff) | |
| download | puppet-shorewall-dffe0d74eadc7c25ab9ee513cb3a6b345dfa7644.tar.gz puppet-shorewall-dffe0d74eadc7c25ab9ee513cb3a6b345dfa7644.tar.bz2  | |
Conflicts:
	manifests/tunnel.pp
Diffstat (limited to 'files')
| -rw-r--r-- | files/boilerplate/interfaces.header | 4 | ||||
| -rw-r--r-- | files/boilerplate/mangle.footer | 1 | ||||
| -rw-r--r-- | files/boilerplate/mangle.header | 7 | ||||
| -rw-r--r-- | files/boilerplate/policy.header | 8 | ||||
| -rw-r--r-- | files/boilerplate/zones.header | 11 | 
5 files changed, 21 insertions, 10 deletions
diff --git a/files/boilerplate/interfaces.header b/files/boilerplate/interfaces.header index 2027523..663e436 100644 --- a/files/boilerplate/interfaces.header +++ b/files/boilerplate/interfaces.header @@ -1,10 +1,10 @@  # -# Shorewall version 3.4 - Interfaces File +# Shorewall version 4 - Interfaces File  #  # For information about entries in this file, type "man shorewall-interfaces"  #  # For additional information, see -# http://shorewall.net/Documentation.htm#Interfaces +# http://www.shorewall.net/manpages/shorewall-interfaces.html  #  ###############################################################################  #ZONE   INTERFACE       BROADCAST       OPTIONS diff --git a/files/boilerplate/mangle.footer b/files/boilerplate/mangle.footer new file mode 100644 index 0000000..6bebc05 --- /dev/null +++ b/files/boilerplate/mangle.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE diff --git a/files/boilerplate/mangle.header b/files/boilerplate/mangle.header new file mode 100644 index 0000000..7a7b12a --- /dev/null +++ b/files/boilerplate/mangle.header @@ -0,0 +1,7 @@ +# +# Shorewall - Mangle File +# +# For additional information, see http://shorewall.net/manpages/shorewall-mangle.html +# +####################################################################################### +#ACTION SOURCE DESTINATION PROTO DSTPORT SRCPORT USER TEST LENGTH TOS CONNBYTES HELPER HEADERS diff --git a/files/boilerplate/policy.header b/files/boilerplate/policy.header index a0c5d5d..cc9781f 100644 --- a/files/boilerplate/policy.header +++ b/files/boilerplate/policy.header @@ -1,9 +1,11 @@  # -# Shorewall version 3.4 - Policy File +# Shorewall version 4 - Policy File  #  # For information about entries in this file, type "man shorewall-policy"  # -# See http://shorewall.net/Documentation.htm#Policy for additional information. +# The manpage is also online at +# http://www.shorewall.net/manpages/shorewall-policy.html  #  ############################################################################### -#SOURCE         DEST            POLICY          LOG             LIMIT:BURST +#SOURCE DEST  POLICY    LOG LIMIT:    CONNLIMIT: +#       LEVEL BURST   MASK diff --git a/files/boilerplate/zones.header b/files/boilerplate/zones.header index 8b82c2e..5dada52 100644 --- a/files/boilerplate/zones.header +++ b/files/boilerplate/zones.header @@ -1,11 +1,12 @@  # -# Shorewall version 3.4 - Zones File +# Shorewall version 4 - Zones File  #  # For information about this file, type "man shorewall-zones"  # -# For more information, see http://www.shorewall.net/Documentation.htm#Zones +# The manpage is also online at +# http://www.shorewall.net/manpages/shorewall-zones.html  #  ############################################################################### -#ZONE   TYPE            OPTIONS         IN                      OUT -#                                       OPTIONS                 OPTIONS -fw      firewall +#ZONE TYPE    OPTIONS   IN      OUT +#         OPTIONS     OPTIONS +fw  firewall  | 
