From: Silvio Rhatto Date: Thu, 11 Aug 2011 22:16:02 +0000 (-0300) Subject: Minor changes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d9fb697bc7c352ae8e23d20afa450deb179c2edb;p=puppet-nodo.git Minor changes --- diff --git a/manifests/subsystems/firewall/router.pp b/manifests/subsystems/firewall/router.pp index 2780098..7dbd2f5 100644 --- a/manifests/subsystems/firewall/router.pp +++ b/manifests/subsystems/firewall/router.pp @@ -165,8 +165,8 @@ class firewall::router::torrent($destination, $zone = 'loc') { # See http://www.shorewall.net/FAQ.htm#faq2 define firewall::router::hairpinning($order = '200', $proto = 'tcp', $port = 'www', - $external_ip = '$ETH0_IP', $interface = 'eth1', - $destination = '192.168.1.100') { + $external_ip = '$ETH0_IP', $interface = 'eth1', + $destination = '192.168.1.100') { shorewall::masq { "routeback-$name": interface => "$interface:$destination", source => $interface,