mirror of
https://github.com/webmin/webmin.git
synced 2026-06-19 19:00:22 +01:00
Only 0/0 seems to work as all networks
This commit is contained in:
@@ -50,7 +50,7 @@ else {
|
||||
$target->{'export'} = $in{'export'};
|
||||
$target->{'flags'} = $in{'flags'};
|
||||
if ($in{'network_def'}) {
|
||||
$target->{'network'} = 'any';
|
||||
$target->{'network'} = '0/0';
|
||||
}
|
||||
else {
|
||||
&check_ipaddress($in{'network'}) ||
|
||||
|
||||
Reference in New Issue
Block a user