From 3f7b7f1371757167a9ebc0ec7638ef2b21c7b7f5 Mon Sep 17 00:00:00 2001 From: Andreas Date: Sat, 23 Oct 2010 14:01:30 -0500 Subject: [PATCH] thinking error --- manifests/vpn_net.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/vpn_net.pp b/manifests/vpn_net.pp index 89e4ce3..06ce338 100644 --- a/manifests/vpn_net.pp +++ b/manifests/vpn_net.pp @@ -114,7 +114,7 @@ define tinc::vpn_net( } if $use_shorewall { - shorewall::interface { "${real_tinc_internal_interface}": + shorewall::interface { "${real_tinc_bridge_interface}": zone => 'loc', rfc1918 => true, options => 'routeback,logmartians';