diff options
author | Ermal <eri@pfsense.org> | 2011-03-24 12:59:20 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-03-24 12:59:20 +0000 |
commit | 9634e95bc2e1f1509b46cfcdd5439f487ab8face (patch) | |
tree | b59a61cdc7095d6edb2bd6e5e6b0f71174ebe25d | |
parent | d322e3b37fea3f53117ebdaeb9737f0000d46c82 (diff) | |
download | pfsense-9634e95bc2e1f1509b46cfcdd5439f487ab8face.zip pfsense-9634e95bc2e1f1509b46cfcdd5439f487ab8face.tar.gz |
Correct wrong comment.
-rw-r--r-- | etc/inc/captiveportal.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index f8c0ccd..f19e2fb 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -684,7 +684,7 @@ EOD; if ($reinit == false) unlock($captiveportallck); - /* filter on layer2 as well so we can check MAC addresses */ + /* activate ipfw(4) so CP can work */ mwexec("/sbin/sysctl net.link.ether.ipfw=1"); return $cprules; |