We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7fc0c commit 6ab2731Copy full SHA for 6ab2731
support/data
@@ -43,7 +43,7 @@ determine_manufacturer () {
43
_found=true
44
fi
45
if [ ! ${_found} ] && [ -f /usr/share/ieee-data/oui.csv ] ; then
46
- remote_result=$(egrep ",${_temp}," /var/lib/ieee-data/oui.csv | cut -d\, -f3)
+ remote_result=$(egrep ",${_temp}," /usr/share/ieee-data/oui.csv | cut -d\, -f3)
47
48
49
[ -n "$remote_result" ] && echo "${address:0:8} $remote_result" >> .manufacturer_cache
0 commit comments