mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Added fdb discovery module (#6887)
revert the context_name changes to snmp.inc.php and use the same method as other parts of the code
This commit is contained in:
committed by
Neil Lathwood
parent
8d5c3f34f2
commit
bf0df7266a
@@ -0,0 +1,2 @@
|
||||
CREATE TABLE `ports_fdb` ( `ports_fdb_id` BIGINT(20) PRIMARY KEY NOT NULL AUTO_INCREMENT, `port_id` INT(11) unsigned NOT NULL, `mac_address` VARCHAR(32) NOT NULL, `vlan_id` INT(11) unsigned NOT NULL, `device_id` INT(11) unsigned NOT NULL);
|
||||
ALTER TABLE `ports_fdb` ADD INDEX ( `mac_address` );
|
||||
Reference in New Issue
Block a user