diff options
author | varac <varacanero@zeromail.org> | 2012-10-08 23:55:31 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-10-08 23:55:31 +0200 |
commit | acc806b363b5bc5f1b6a994e525d20b65bc06fa8 (patch) | |
tree | 2a0153afa76703c7cc783074dd97ddcbd6a8ce2e | |
parent | 912d7103855ba674255d2dbeda87ab358388ecc0 (diff) |
Support for the norfc1918 interface option has been removed from Shorewall
-rw-r--r-- | puppet/modules/site_shorewall/manifests/eip.pp | 2 |
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': |