summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_1to1_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/firewall_nat_1to1_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_1to1_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/firewall_nat_1to1_edit.php b/src/usr/local/www/firewall_nat_1to1_edit.php
index 6687cd8..8a8381b 100644
--- a/src/usr/local/www/firewall_nat_1to1_edit.php
+++ b/src/usr/local/www/firewall_nat_1to1_edit.php
@@ -402,10 +402,10 @@ $section->addInput(new Form_Checkbox(
))->setHelp('Use this to exclude addresses from a rule that follows this one');
$section->addInput(new Form_Checkbox(
- 'nordr',
- 'No RDR (NOT)',
+ 'disabled',
+ 'No BINAT (NOT)',
'Disable redirection for traffic matching this rule',
- $pconfig['nordr']
+ $pconfig['disabled']
))->setHelp('This option is rarely needed, don\'t use this unless you know what you\'re doing.');
$iflist = get_configured_interface_with_descr(false, true);
OpenPOWER on IntegriCloud