Possible to import redundant interface connections #264

Closed
opened 2025-12-29 16:20:19 +01:00 by adam · 1 comment
Owner

Originally created by @jeremystretch on GitHub (Jul 20, 2016).

Assume you have a connection between server1 eth0 and server2 eth0. The validation logic currently in place will allow a user to import a connection in the reverse direction:

server2,eth0,server1,eth0,connected

It should not be possible to create a redundant InterfaceConnection.

Originally created by @jeremystretch on GitHub (Jul 20, 2016). Assume you have a connection between server1 eth0 and server2 eth0. The validation logic currently in place will allow a user to import a connection in the reverse direction: ``` server2,eth0,server1,eth0,connected ``` It should not be possible to create a redundant `InterfaceConnection`.
adam added the type: bug label 2025-12-29 16:20:19 +01:00
adam closed this issue 2025-12-29 16:20:19 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jul 20, 2016):

Disregard. I had disabled a portion of the validation for testing.

@jeremystretch commented on GitHub (Jul 20, 2016): Disregard. I had disabled a portion of the validation for testing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#264