diff options
author | varac <varacanero@zeromail.org> | 2012-10-08 23:26:29 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-10-08 23:26:29 +0200 |
commit | dd59c82520aba539e15351cc69395ec48fff7999 (patch) | |
tree | 1e0697b22df556e5cfad5a5da5973adff7446748 /puppet/modules/site_shorewall | |
parent | 9398b62b4de978a782fd6ba8c8c1bb2237b4fa04 (diff) |
shorewall: policy: accept eip2all
Diffstat (limited to 'puppet/modules/site_shorewall')
-rw-r--r-- | puppet/modules/site_shorewall/manifests/eip.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/site_shorewall/manifests/eip.pp b/puppet/modules/site_shorewall/manifests/eip.pp index 98a39837..9cd332e1 100644 --- a/puppet/modules/site_shorewall/manifests/eip.pp +++ b/puppet/modules/site_shorewall/manifests/eip.pp @@ -25,6 +25,11 @@ class site_shorewall::eip { source => ''; } shorewall::policy { + 'eip-to-all': + sourcezone => 'eip', + destinationzone => 'all', + policy => 'ACCEPT', + order => 200; 'all-to-all': sourcezone => 'all', destinationzone => 'all', |