-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Diode version
v1.0.0
Deployment type
docker compose
Deployment type version
The one that is in the v1.0.0 release branch
Diode SDK type
diode-sdk-python
Diode SDK version
v1.0.0
Diode NetBox Plugin version
v1.0.0
NetBox version
v4.2.8
Steps to reproduce
Have a interface in Netbox configured with some VLANs selected for tagged_vlans
and the port in tagged
mode. Then set the port mode
to access
through Diode.
Expected behavior
The interface mode should be changed to access. This can be done in the UI by simply changing the mode, it should be able to be done here.
Observed behavior
Netbox does not reflect that the interface should be in access mode. I suspect this is due to the nature that Diode does not remove anything. I am guessing the Netbox UI automatically clears those fields when you set it from tagged to access. Diode should do the same otherwise it is a big limitation to not be able to have it reflect that a port was changed from tagged to access.