Merge pull request #2823 from derelict-pf/patch-1

This commit is contained in:
Stephen Beaver 2016-04-04 09:46:16 -04:00
commit b3d255deb1

View File

@ -607,10 +607,9 @@ $group->addClass('natportgrp');
$group->add(new Form_Input(
'natport',
null,
'number',
$pconfig['natport'],
['min' => '1', 'max' => '65536']
))->setHelp('Enter the source port for the outbound NAT mapping.');
'text',
$pconfig['natport']
))->setHelp('Enter the source port or range for the outbound NAT mapping.');
$group->add(new Form_Checkbox(
'staticnatport',