summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
diff options
context:
space:
mode:
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