if n.config.CreatedSlaveLink && parentExists(n.config.Parent) && d.parentHasSingleUser(n) {
        // 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 {