aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems')
-rw-r--r--manifests/subsystems/firewall/router.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/firewall/router.pp b/manifests/subsystems/firewall/router.pp
index 9092fbb..2780098 100644
--- a/manifests/subsystems/firewall/router.pp
+++ b/manifests/subsystems/firewall/router.pp
@@ -164,7 +164,7 @@ class firewall::router::torrent($destination, $zone = 'loc') {
}
# See http://www.shorewall.net/FAQ.htm#faq2
-class firewall::router::hairpinning($order = '200', $proto = 'tcp', $port = 'www',
+define firewall::router::hairpinning($order = '200', $proto = 'tcp', $port = 'www',
$external_ip = '$ETH0_IP', $interface = 'eth1',
$destination = '192.168.1.100') {
shorewall::masq { "routeback-$name":