summaryrefslogtreecommitdiff
path: root/puppet/modules/site_shorewall/manifests/eip.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-10-08 23:57:59 +0200
committervarac <varacanero@zeromail.org>2012-10-08 23:57:59 +0200
commit81c20fd7d39300c27a2d8196871a832767c5623a (patch)
tree0188299b35a559d41da4fb9f0b49d8776dc9dd27 /puppet/modules/site_shorewall/manifests/eip.pp
parentacc806b363b5bc5f1b6a994e525d20b65bc06fa8 (diff)
no virtual IFs in shorewall
Diffstat (limited to 'puppet/modules/site_shorewall/manifests/eip.pp')
-rw-r--r--puppet/modules/site_shorewall/manifests/eip.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/puppet/modules/site_shorewall/manifests/eip.pp b/puppet/modules/site_shorewall/manifests/eip.pp
index 6ccfff69..590a01ba 100644
--- a/puppet/modules/site_shorewall/manifests/eip.pp
+++ b/puppet/modules/site_shorewall/manifests/eip.pp
@@ -5,9 +5,6 @@ class site_shorewall::eip {
include site_shorewall::defaults
- shorewall::interface {'eth0:1':
- zone => 'net',
- options => 'tcpflags,blacklist,nosmurfs'; }
shorewall::interface {'tun0':
zone => 'eip',
options => 'tcpflags,blacklist,nosmurfs'; }