summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-12 13:36:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-12 13:36:04 +0000
commit684c787e523351779f4960e44a66003feb9dbbc6 (patch)
treea13e74a697377ea15787e413f42ab3bc0110e775 /etc/inc/captiveportal.inc
parentb9d1d8108b0b57b062400f6d87704110b2023b1e (diff)
downloadpfsense-684c787e523351779f4960e44a66003feb9dbbc6.zip
pfsense-684c787e523351779f4960e44a66003feb9dbbc6.tar.gz
Add PPPoE types so that Captive Portal will function with PPPoE Server
ETHERTYPE_PPPOEDISC 0x8863 /* PPP Over Ethernet Discovery Stage */ ETHERTYPE_PPPOE 0x8864 /* PPP Over Ethernet Session Stage */
Diffstat (limited to 'etc/inc/captiveportal.inc')
-rw-r--r--etc/inc/captiveportal.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index e2f9225..28af59f 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -328,6 +328,12 @@ add 1001 set 1 pass layer2 not via $cpif
add 1100 set 1 pass layer2 mac-type arp
# pfsense requires for WPA
add 1100 set 1 pass layer2 mac-type 0x888e
+
+# PPP Over Ethernet Discovery Stage
+add 1100 set 1 pass layer2 mac-type 0x8863
+# PPP Over Ethernet Session Stage
+add 1100 set 1 pass layer2 mac-type 0x8864
+
# layer 2: block anything else non-IP
add 1101 set 1 deny layer2 not mac-type ip
# layer 2: check if MAC addresses of authenticated clients are correct
OpenPOWER on IntegriCloud