Can't delete interface #15755
Answered
by
a084ed22
gbrownie
asked this question in
Help Wanted!
Can't delete interface
#15755
-
While trying to delete some interfaces on a device, I received the error below. I am not getting this error with other interfaces.
|
Beta Was this translation helpful? Give feedback.
Answered by
a084ed22
Apr 17, 2024
Replies: 1 comment 3 replies
-
by the looks of it you used to use the netdoc plugin. Despite not being installed/active anymore, the database structures for it are still in place, and you have pending references to the interface you're trying to delete. If you're not using netdoc anymore and don't care about the data left over, try to drop the netdoc_* tables. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
gbrownie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
by the looks of it you used to use the netdoc plugin. Despite not being installed/active anymore, the database structures for it are still in place, and you have pending references to the interface you're trying to delete.
If you're not using netdoc anymore and don't care about the data left over, try to drop the netdoc_* tables.