From 7d32258e6ed4c6a860913f2061f6eabc9998306a Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 2 Aug 2012 11:09:34 -0700 Subject: [PATCH] Correct Helpers Module Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 967c59cb2..ae613528d 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -654,16 +654,17 @@ sub initialize( $$$ ) { %ipset_exists = (); - %helpers = ( amanda => TCP, + %helpers = ( amanda => UDP, ftp => TCP, - h323 => UDP, irc => TCP, - netbios_ns => UDP, + 'netbios-ns' => UDP, pptp => TCP, + RAS => UDP, sane => TCP, sip => UDP, snmp => UDP, - tftp => UDP); + tftp => UDP, + ); %isocodes = (); %nfobjects = ();