mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
ipvlan: remove endpoint from network on deleting endpoint
Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
parent
7b470ea14d
commit
744d5332bd
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…
Reference in a new issue