From c3ed173d2942a67168dce928aaf949ef26e9668b Mon Sep 17 00:00:00 2001 From: William Sutton Date: Thu, 24 Feb 2022 12:50:02 -0500 Subject: [PATCH] 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 --- bin/opnatt-supplicant.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/opnatt-supplicant.sh b/bin/opnatt-supplicant.sh index c69fe59..186684d 100644 --- a/bin/opnatt-supplicant.sh +++ b/bin/opnatt-supplicant.sh @@ -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..."