diff -r 78891f472fbf lib/oui --- a/lib/oui Sun Oct 18 23:39:07 2020 +0200 +++ b/lib/oui Mon Oct 19 01:57:34 2020 -0700 @@ -5,9 +5,11 @@ cd /n/boot/lib { sed '/^$/q' oui - hget http://standards.ieee.org/regauth/oui/oui.txt | + hget http://standards-oui.ieee.org/oui.txt | tr A-Z a-z | - sed -n 's/([^ ]+)[ ]+.base 16.[ ]+(.*)[ ]*/\1 \2/p' + sed -n 's/([^ ]+)[ ]+.base 16.[ ]+(.*)[ ]*/\1 \2/p' | + tr -d '' | + sort } >_oui && mv _oui oui chmod +x oui exit