mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
openvpn: Remove subnet check for static pools
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -13,6 +13,7 @@ srv/web/ipfire/cgi-bin/dnsforward.cgi
|
||||
srv/web/ipfire/cgi-bin/ids.cgi
|
||||
srv/web/ipfire/cgi-bin/logs.cgi/ids.dat
|
||||
srv/web/ipfire/cgi-bin/logs.cgi/log.dat
|
||||
srv/web/ipfire/cgi-bin/ovpnmain.cgi
|
||||
usr/local/bin/ipsec-interfaces
|
||||
usr/local/bin/suricatactrl
|
||||
usr/local/bin/update-ids-ruleset
|
||||
|
||||
@@ -469,10 +469,7 @@ sub addccdnet
|
||||
$errormessage=$Lang::tr{'ccd err invalidnet'};
|
||||
return;
|
||||
}
|
||||
|
||||
$errormessage=&General::checksubnets($ccdname,$ccdnet);
|
||||
|
||||
|
||||
|
||||
if (!$errormessage) {
|
||||
my %ccdconfhash=();
|
||||
$baseaddress=&General::getnetworkip($ccdip,$subcidr);
|
||||
|
||||
Reference in New Issue
Block a user