summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-24 10:51:28 +0545
committerRenato Botelho <renato@netgate.com>2017-01-30 10:32:02 -0200
commit129a43703414ef81e95db39fe5e8762d1218e9b2 (patch)
tree9f8ceef8c7577313a650b9b64d343a4b547cbb9e /src/usr/local/www/firewall_nat_edit.php
parent65b8c1ed0ae8c1cd349932c4860cd2a3c4cda02c (diff)
downloadpfsense-129a43703414ef81e95db39fe5e8762d1218e9b2.zip
pfsense-129a43703414ef81e95db39fe5e8762d1218e9b2.tar.gz
More required fields for NAT pages
(cherry picked from commit 877be5e6205ada2608b364f57150010ba473e66d)
Diffstat (limited to 'src/usr/local/www/firewall_nat_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_nat_edit.php b/src/usr/local/www/firewall_nat_edit.php
index 9d8543e..90b563a 100644
--- a/src/usr/local/www/firewall_nat_edit.php
+++ b/src/usr/local/www/firewall_nat_edit.php
@@ -723,7 +723,7 @@ if ($config['openvpn']["openvpn-server"] || $config['openvpn']["openvpn-client"]
$section->addInput(new Form_Select(
'interface',
- 'Interface',
+ '*Interface',
$pconfig['interface'],
$interfaces
))->setHelp('Choose which interface this rule applies to. In most cases "WAN" is specified.');
@@ -732,7 +732,7 @@ $protocols = "TCP UDP TCP/UDP ICMP ESP AH GRE IPV6 IGMP PIM OSPF";
$section->addInput(new Form_Select(
'proto',
- 'Protocol',
+ '*Protocol',
$pconfig['proto'],
array_combine(explode(" ", strtolower($protocols)), explode(" ", $protocols))
))->setHelp('Choose which protocol this rule should match. In most cases "TCP" is specified.');
OpenPOWER on IntegriCloud