diff options
Diffstat (limited to 'puppet/modules')
| -rw-r--r-- | puppet/modules/site_shorewall/manifests/eip.pp | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/puppet/modules/site_shorewall/manifests/eip.pp b/puppet/modules/site_shorewall/manifests/eip.pp index b31f5c6f..9da0ae3a 100644 --- a/puppet/modules/site_shorewall/manifests/eip.pp +++ b/puppet/modules/site_shorewall/manifests/eip.pp @@ -105,20 +105,19 @@ class site_shorewall::eip {        source          => 'eip',        destination     => 'eip:10.43.0.1',        proto           => 'all', -      order           => 302; +      order           => 304;      'accept_all_eip_to_eip_gateway_tcp_limited':        action          => 'ACCEPT',        source          => 'eip',        destination     => 'eip:10.44.0.1', -      proto           => 'all', -      order           => 303; +      order           => 305;      'reject_all_other_eip_to_eip':        action          => 'REJECT',        source          => 'eip',        destination     => 'eip', -      order           => 304; +      order           => 306;    }    # create dnat rule for each port | 
