Skip to content

ouidb: rework and update ouidb

Karel Koci requested to merge feature/update-ouidb into develop

This changes source of OUI. Now this uses extended list from Wireshard. It also removes usage of external repository. It was questionable if we need repository for something like this. This instead lets OpenWrt build system pull whole list as plain text, converts it with simple awk to CSV. The only untouched part is query script.

Fixes https://gitlab.labs.nic.cz/turris/ouidb/issues/1

Merge request reports