diff options
author | Ermal <eri@pfsense.org> | 2012-12-13 20:43:50 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-12-13 20:43:50 +0000 |
commit | d0288824f3719138a53d01ff6e4fa49fde18972d (patch) | |
tree | e6dc33649667ae94e83bdd7ad7b20f9187cceebc /etc/inc | |
parent | 78fdb3b9bc64d3502bb93a552370b1c2e9e2212d (diff) | |
download | pfsense-d0288824f3719138a53d01ff6e4fa49fde18972d.zip pfsense-d0288824f3719138a53d01ff6e4fa49fde18972d.tar.gz |
Use the hex value since seems parsing of ipfw is broken for these
Diffstat (limited to 'etc/inc')
-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 1659c02..9477a91 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -523,7 +523,7 @@ add 65301 set 1 pass layer2 mac-type arp,rarp # pfsense requires for WPA add 65302 set 1 pass layer2 mac-type 0x888e,0x88c7 # PPP Over Ethernet Session Stage/Discovery Stage -add 65303 set 1 pass layer2 mac-type pppoe_disc,pppoe_sess +add 65303 set 1 pass layer2 mac-type 0x8863,0x8864 # layer 2: block anything else non-IP(v4/v6) add 65307 set 1 deny layer2 not mac-type ip,ipv6 |