diff --git a/bin/pfatt.sh b/bin/pfatt.sh index b4c5483..4c0acb6 100755 --- a/bin/pfatt.sh +++ b/bin/pfatt.sh @@ -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');"