Correct Helpers Module

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-08-02 11:09:34 -07:00
parent 07e56d129a
commit 7d32258e6e

View File

@ -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 = ();