Right now "manufacturer" works on the basis of devices that only use same-manufacturer or are otherwise in the manuf_list struct. That's not quite what we want in the longer run. That means that devices not in that struct or in the config are not able to be associated with "manufacturer". To fix this, we would want to know the IP address or some other tag that we can apply an access control to. IP addresses are hard unless they're provided via DHCP_REQUEST, or we otherwise know some other topological information, like which switch the device is connected to, in which case we could poll.
Right now "manufacturer" works on the basis of devices that only use same-manufacturer or are otherwise in the manuf_list struct. That's not quite what we want in the longer run. That means that devices not in that struct or in the config are not able to be associated with "manufacturer". To fix this, we would want to know the IP address or some other tag that we can apply an access control to. IP addresses are hard unless they're provided via DHCP_REQUEST, or we otherwise know some other topological information, like which switch the device is connected to, in which case we could poll.