From: Silvio Rhatto Date: Thu, 11 Aug 2011 19:19:16 +0000 (-0300) Subject: Removing unneeded masq entry X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d936fafc8ff6ed3bbc6ede8512e60d4839ec49c9;p=puppet-nodo.git Removing unneeded masq entry --- diff --git a/manifests/subsystems/firewall/router.pp b/manifests/subsystems/firewall/router.pp index 3a22f41..43a5a97 100644 --- a/manifests/subsystems/firewall/router.pp +++ b/manifests/subsystems/firewall/router.pp @@ -287,15 +287,6 @@ class firewall::router::hairpinning($order = '200', $proto = 'tcp', $port = 'www $external_ip = '$ETH0_IP', $interface = 'eth1', $destination = '192.168.1.100') { shorewall::masq { "routeback-$name": - interface => '$interface:$destination', - source => '$interface', - address => '192.168.1.1' - proto => $proto, - port => $port, - order => $order, - } - - shorewall::masq { "routeback-$name-real-ip": interface => '$interface:$destination', source => '$interface', address => $external_ip'