The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

RELATIONSHIPS

oui

Returns the oui table entry matching this Node. You can then join on this relation and retrieve the Company name from the related table.

The JOIN is of type LEFT, in case the OUI table has not been populated.

node

Returns the node table entry matching this wireless entry.

The JOIN is of type LEFT, in case the node is no longer present in the database but the relation is being used in search().

ADDITIONAL COLUMNS

net_mac

Returns the mac column instantiated into a Net::MAC object.