Adding OPNSense 22.1 support

Added "-vlanhwtag -vlanhwfilter -vlanhwtso" to line 50 to enable supplicant auth on OPNSense 22.1 per https://github.com/MonkWho/pfatt/issues/65
This commit is contained in:
William Sutton 2022-02-24 12:50:02 -05:00 committed by GitHub
parent 24d1784c66
commit c3ed173d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ EAP_SUPPLICANT_IDENTITY=""
/sbin/ifconfig $ONT_IF ether $RG_ETHER_ADDR
/sbin/ifconfig $ONT_IF up
/sbin/ifconfig $ONT_IF promisc
/sbin/ifconfig $ONT_IF promisc -vlanhwtag -vlanhwfilter -vlanhwtso
/usr/bin/logger -st "pfatt" "starting wpa_supplicant..."