add rmhook for waneapfilter: nomatch - fixes #1

This commit is contained in:
Austin Robertson 2018-09-23 22:49:45 -05:00 committed by GitHub
parent cd5d2b8518
commit 044fcf9731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,5 +61,9 @@ echo -n " enabling one2many links... "
/usr/sbin/ngctl msg o2m: setconfig "{ xmitAlg=2 failAlg=1 enabledLinks=[ 1 1 ] }" /usr/sbin/ngctl msg o2m: setconfig "{ xmitAlg=2 failAlg=1 enabledLinks=[ 1 1 ] }"
echo "OK!" echo "OK!"
echo -n " removing waneapfilter:nomatch hook... "
/usr/sbin/ngctl rmhook waneapfilter: nomatch
echo "OK!"
echo "ngeth0 should now be available to configure as your pfSense WAN" echo "ngeth0 should now be available to configure as your pfSense WAN"
echo "done!" echo "done!"