summaryrefslogtreecommitdiff
path: root/puppet/modules/site_shorewall/manifests/eip.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-10-08 23:55:31 +0200
committervarac <varacanero@zeromail.org>2012-10-08 23:55:31 +0200
commitacc806b363b5bc5f1b6a994e525d20b65bc06fa8 (patch)
tree2a0153afa76703c7cc783074dd97ddcbd6a8ce2e /puppet/modules/site_shorewall/manifests/eip.pp
parent912d7103855ba674255d2dbeda87ab358388ecc0 (diff)
Support for the norfc1918 interface option has been removed from Shorewall
Diffstat (limited to 'puppet/modules/site_shorewall/manifests/eip.pp')
-rw-r--r--puppet/modules/site_shorewall/manifests/eip.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/puppet/modules/site_shorewall/manifests/eip.pp b/puppet/modules/site_shorewall/manifests/eip.pp
index 80119ee8..6ccfff69 100644
--- a/puppet/modules/site_shorewall/manifests/eip.pp
+++ b/puppet/modules/site_shorewall/manifests/eip.pp
@@ -10,11 +10,9 @@ class site_shorewall::eip {
options => 'tcpflags,blacklist,nosmurfs'; }
shorewall::interface {'tun0':
zone => 'eip',
- rfc1918 => true,
options => 'tcpflags,blacklist,nosmurfs'; }
shorewall::interface {'tun1':
zone => 'eip',
- rfc1918 => true,
options => 'tcpflags,blacklist,nosmurfs'; }
shorewall::zone {'eip':