Update opnatt-supplicant.sh

Explicitly load ng_ether module to prevent wpa_supplicant from hanging later in the script.
This commit is contained in:
William Sutton 2022-02-11 11:08:38 -05:00 committed by GitHub
parent 686bf73455
commit 24d1784c66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,8 @@ EAP_SUPPLICANT_IDENTITY=""
##### DO NOT EDIT BELOW #################################################################################
/sbin/kldload -nq ng_ether
/usr/bin/logger -st "pfatt" "starting pfatt..."
/usr/bin/logger -st "pfatt" "configuration:"
/usr/bin/logger -st "pfatt" " ONT_IF = $ONT_IF"