summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'; }