From 641f58ce7970e76876360f9e6528e998201bc0b3 Mon Sep 17 00:00:00 2001 From: aus Date: Tue, 20 Nov 2018 18:33:45 -0600 Subject: [PATCH] quiet load ng_etf --- bin/pfatt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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');"