diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-03-03 19:51:05 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-03-03 19:51:05 +0000 |
commit | 9a064646903bd77e39818a4aceb75cdc7b2a371a (patch) | |
tree | 4cfb9fba3f7795712a63189302d1f6cc38273e47 | |
parent | b91375370b9c23d7fcb28333a1a0cf824ace3ddc (diff) | |
download | pfsense-9a064646903bd77e39818a4aceb75cdc7b2a371a.zip pfsense-9a064646903bd77e39818a4aceb75cdc7b2a371a.tar.gz |
Restore PPPoE and WPA access through captive portal that was lost in last m0n0 sync.
-rw-r--r-- | etc/inc/captiveportal.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index 9b1b94d..7493b6d 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -360,7 +360,6 @@ add 1305 set 1 pass tcp from $cpip 8001 to any out EOD; } - if (isset($config['captiveportal']['pppoeaccess'])) { $cprules .= <<<EOD #PPPoE Discovery Stage add 1100 set 1 pass layer2 mac-type 0x8863 @@ -368,15 +367,13 @@ add 1100 set 1 pass layer2 mac-type 0x8863 add 1100 set 1 pass layer2 mac-type 0x8864 EOD; - } - if (isset($config['captiveportal']['wpaaccess'])) { $cprules .= <<<EOD # Allow WPA add 1100 set 1 pass layer2 mac-type 0x888e EOD; - } + $cprules .= <<<EOD |