mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Firewall: reaktivated targetport-check. now there's an errromessage in case of wrong portnumber
This commit is contained in:
committed by
Michael Tremer
parent
f4d5310dec
commit
d0f8bbc13e
@@ -659,6 +659,8 @@ sub checktarget
|
||||
if (&General::validport($_)){
|
||||
push (@values,$_);
|
||||
}else{
|
||||
$errormessage=$Lang::tr{'fwdfw err tgt_port'};
|
||||
return $errormessage;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user