drygdryg / netbox-plugin-interface-sync

NetBox Plugin to compare and synchronize interfaces between devices and device types
56 stars 3 forks source link

Allow syncing of virtual interfaces #12

Closed thefreakquency closed 1 year ago

thefreakquency commented 1 year ago

Currently, the plugin works well with physical interfaces. That said, when a Device Type contains interfaces with "virtual" as type, they appear on the left side (the one from device type), but the right side (device) does not list any virtual interface: image

Syncing a interface that already exists results in an error message: (as expected, since duplicates are not permitted). image

thefreakquency commented 1 year ago

Duh... RTFM... image