inex / IXP-Manager

Full stack web application powering peering at over 200 Internet Exchange Points (IXPs) globally.
https://www.ixpmanager.org/
GNU General Public License v2.0
363 stars 159 forks source link

fix capitalisation for snmp polling #879

Closed nickhilliard closed 5 months ago

nickhilliard commented 5 months ago

[BF] mismatch between snmp polling attributes and db column names

$SwitchPort::SNMP_MAP and $SwitchPort::OSS_SNMP_MAU_MAP were incorrectly capitalised.

Some mau* parameters pulled from snmp were not correctly cast to tinyint {0,1} before committing to DB.

In addition to the above, I have: