1
0
mirror of https://github.com/MonkWho/pfatt.git synced 2024-11-26 12:29:18 +01:00

quiet load ng_etf

This commit is contained in:
aus 2018-11-20 18:33:45 -06:00
parent 8b7b102496
commit 641f58ce79

View File

@ -18,8 +18,8 @@ getTimestamp(){
echo "$(getTimestamp) RG_ETHER_ADDR: $RG_ETHER_ADDR"
echo -n "$(getTimestamp) loading netgraph kernel modules... "
/sbin/kldload ng_etf
echo "OK! (any 'already loaded' errors can be ignored)"
/sbin/kldload -nq ng_etf
echo "OK!"
echo -n "$(getTimestamp) attaching interfaces to ng_ether... "
/usr/local/bin/php -r "pfSense_ngctl_attach('.', '$ONT_IF');"