summaryrefslogtreecommitdiffstats
path: root/etc/inc/m0n0/shaper.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/m0n0/shaper.inc')
-rw-r--r--etc/inc/m0n0/shaper.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/m0n0/shaper.inc b/etc/inc/m0n0/shaper.inc
index 0b04625..807d4e6 100644
--- a/etc/inc/m0n0/shaper.inc
+++ b/etc/inc/m0n0/shaper.inc
@@ -131,7 +131,7 @@ function shaper_rules_generate() {
$rulei = 50000;
/* add a rule to pass all traffic from/to the firewall,
- so the user cannot lock himself out of the webGUI */
+ so the user cannot lock himself out of the webConfigurator */
$shaperrules = "add $rulei set 4 pass all from $lanip to any\n"; $rulei++;
$shaperrules .= "add $rulei set 4 pass all from any to $lanip\n"; $rulei++;
OpenPOWER on IntegriCloud