mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Support Huawei SmartAX products.
Use ifName for display. ifIndex values exceed 32bit, change ifIndex columnt to bigint
This commit is contained in:
1
sql-schema/119.sql
Normal file
1
sql-schema/119.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `ports` CHANGE `ifIndex` `ifIndex` BIGINT(20) NULL DEFAULT '0';
|
||||
Reference in New Issue
Block a user