Merge pull request #1332 from coolljt0725/remove_ip_endpoint
ipvlan: remove endpoint from network on deleting endpoint
This commit is contained in:
commit
ae3f09faeb
1 changed files with 1 additions and 1 deletions
|
@ -82,6 +82,6 @@ func (d *driver) DeleteEndpoint(nid, eid string) error {
|
|||
if err := d.storeDelete(ep); err != nil {
|
||||
logrus.Warnf("Failed to remove ipvlan endpoint %s from store: %v", ep.id[0:7], err)
|
||||
}
|
||||
|
||||
n.deleteEndpoint(ep.id)
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue