mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #2823 from derelict-pf/patch-1
This commit is contained in:
commit
b3d255deb1
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user