Correct the helper table.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-08-07 15:47:56 -07:00
parent e5a29c27e5
commit 0c1357e2a9

View File

@ -651,16 +651,18 @@ sub initialize( $$$ ) {
%ipset_exists = ();
%helpers = ( amanda => TCP,
%helpers = ( amanda => UDP,
ftp => TCP,
h323 => UDP,
irc => TCP,
netbios_ns => UDP,
'netbios-ns' => UDP,
pptp => TCP,
'Q.931' => TCP,
RAS => UDP,
sane => TCP,
sip => UDP,
snmp => UDP,
tftp => UDP);
tftp => UDP,
);
%isocodes = ();