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
Given two interfaces, create two connections by reversing interface_a and interface_b. The api allows this, thus creating the same connection twice but in different directions. I would expect the second request to fail saying one or both of these interfaces is already connected.
This stems from the same root issue as #1285 (lack of model validation via the API). I'm going to close this issue to concentrate any discussion on the matter there.
Issue type: bug report
Python version: 2.7
NetBox version: 2.0.7
Given two interfaces, create two connections by reversing
interface_a
andinterface_b
. The api allows this, thus creating the same connection twice but in different directions. I would expect the second request to fail saying one or both of these interfaces is already connected.The text was updated successfully, but these errors were encountered: