opennetadmin / ona

OpenNetAdmin IP Address Management (IPAM) system
opennetadmin.com
GNU General Public License v2.0
136 stars 35 forks source link

Custom attributes for vlans may not work #99

Open mattpascoe opened 8 years ago

mattpascoe commented 8 years ago

custom attributes for vlans is using the ona_find_vlan function in a way that is incompatible now. It should be using name/campus or number/campus but instead is using name only and in some cases is using vlan_id which is not a searchable method.

This needs to be updated.