if ok := parentExists(n.config.Parent); ok {
            // only delete the link if it is named the net_id
            if n.config.Parent == getDummyName(nid) {
                err := delDummyLink(n.config.Parent)
                if err != nil {