Project

General

Profile

Bug #15365 » pfblocker-range.patch

Nizam Moidu, 04/25/2024 10:09 AM

View differences:

/n/usr/local/www/pfblockerng/pfblockerng_category_edit.php 2024-04-25 13:41:19.340957000 +0400
388 388
					'disabled'	=> 'Null Blocking (no logging)' ];
389 389
}
390
$options_suppression_cidr	= [ 'Disabled' => 'Disabled' ] + array_combine(range(1, 17, -1), range(1, 17, -1));
390
$options_suppression_cidr	= [ 'Disabled' => 'Disabled' ] + array_combine(range(1, 17, 1), range(1, 17, 1));
391 391
$interfaces_list		= get_configured_interface_list_by_realif();
392 392
$src_interfaces			= array('lo0' => 'Localhost');
(2-2/3)