You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Older devices (CRS1xx/2xx) configure VLANs differently, see MikroTik's docs.
Supporting this properly seems like a rather large undertaking. I'm trying to gauge if there is interest for this.
ISSUE TYPE
Feature Idea
COMPONENT NAME
api_info
api_modify
ADDITIONAL INFORMATION
I've started work on this a while ago here, but at the current state I wouldn't be comfortable merging it.
fallback_single_value particularly is a hack that almost certainly won't work for devices with more than one switch chip. I actually have one of these lying around so I might be able to test it.
Either way, interface ethernet switch is vastly different between CRS3xx and CRS2xx, it would be best to have something like you've added recently for RouterOS versions, but for devices instead. I'm thinking totally different APIData objects for these two devices.
The text was updated successfully, but these errors were encountered:
SUMMARY
Older devices (CRS1xx/2xx) configure VLANs differently, see MikroTik's docs.
Supporting this properly seems like a rather large undertaking. I'm trying to gauge if there is interest for this.
ISSUE TYPE
COMPONENT NAME
api_info
api_modify
ADDITIONAL INFORMATION
I've started work on this a while ago here, but at the current state I wouldn't be comfortable merging it.
fallback_single_value
particularly is a hack that almost certainly won't work for devices with more than one switch chip. I actually have one of these lying around so I might be able to test it.Either way,
interface ethernet switch
is vastly different between CRS3xx and CRS2xx, it would be best to have something like you've added recently for RouterOS versions, but for devices instead. I'm thinking totally differentAPIData
objects for these two devices.The text was updated successfully, but these errors were encountered: