mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
BUG10753: Fix servicegroups to have only max. 15 services per protocol
This commit is contained in:
@@ -728,10 +728,10 @@ if ($fwhostsettings{'ACTION'} eq 'saveservicegrp')
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($tcpcounter > 15){
|
||||
if ($tcpcounter > 14){
|
||||
$errormessage=$Lang::tr{'fwhost err maxservicetcp'};
|
||||
}
|
||||
if ($udpcounter > 15){
|
||||
if ($udpcounter > 14){
|
||||
$errormessage=$Lang::tr{'fwhost err maxserviceudp'};
|
||||
}
|
||||
$tcpcounter=0;
|
||||
|
||||
Reference in New Issue
Block a user