From 2e9d8ed388bc20693888f74ae704022ebf4a9900 Mon Sep 17 00:00:00 2001 From: Andreas Date: Fri, 22 Oct 2010 19:36:38 -0500 Subject: error tcp instead of udp --- manifests/rules/tinc.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/rules/tinc.pp') diff --git a/manifests/rules/tinc.pp b/manifests/rules/tinc.pp index d244ceb..79cf92e 100644 --- a/manifests/rules/tinc.pp +++ b/manifests/rules/tinc.pp @@ -18,7 +18,7 @@ class shorewall::rules::tinc { shorewall::rule { 'net-me-tinc-udp': source => 'net', destination => '$FW', - proto => 'tcp', + proto => 'udp', destinationport => '655', order => 240, action => 'ACCEPT'; @@ -26,7 +26,7 @@ class shorewall::rules::tinc { shorewall::rule { 'me-net-tinc-udp': source => '$FW', destination => 'net', - proto => 'tcp', + proto => 'udp', destinationport => '655', order => 240, action => 'ACCEPT'; -- cgit v1.2.3