Project

General

Profile

Bug #15365 » 393.diff

Christopher Cope, 04/25/2024 01:29 PM

View differences:

files/usr/local/www/pfblockerng/pfblockerng_category_edit.php → files/net/pfSense-pkg-pfBlockerNG/files/usr/local/www/pfblockerng/pfblockerng_category_edit.php
388 388
					'disabled'	=> 'Null Blocking (no logging)' ];
389 389
}
390 390

  
391
$options_suppression_cidr	= [ 'Disabled' => 'Disabled' ] + array_combine(range(1, 17, -1), range(1, 17, -1));
391
$options_suppression_cidr	= [ 'Disabled' => 'Disabled' ] + array_combine(range(1, 17, 1), range(1, 17, 1));
392 392

  
393 393
$interfaces_list		= get_configured_interface_list_by_realif();
394 394
$src_interfaces			= array('lo0' => 'Localhost');
......
1514 1514

  
1515 1515
if ($gtype == 'ipv4') {
1516 1516

  
1517
	$list = array('Disabled' => 'Disabled') + array_combine(range(1, 17, -1), range(1, 17, -1));
1517
	$list = array('Disabled' => 'Disabled') + array_combine(range(1, 17, 1), range(1, 17, 1));
1518 1518
	$section->addInput(new Form_Select(
1519 1519
		'suppression_cidr',
1520 1520
		'Suppression CIDR Limit',
(3-3/3)