]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
error tcp instead of udp
authorAndreas <andreas@immerda.ch>
Sat, 23 Oct 2010 00:36:38 +0000 (19:36 -0500)
committerAndreas <andreas@immerda.ch>
Sat, 23 Oct 2010 00:36:38 +0000 (19:36 -0500)
manifests/rules/tinc.pp

index d244ceb96b58da55ede370137d8e1951ec993a08..79cf92e43506008cc372942ff69785fd3e34a018 100644 (file)
@@ -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';