quiet load ng_etf
This commit is contained in:
parent
8b7b102496
commit
641f58ce79
1 changed files with 2 additions and 2 deletions
|
@ -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');"
|
||||
|
|
Loading…
Reference in a new issue