Merge pull request #995 from aboch/vcu

Fix veth leak in overlay driver
This commit is contained in:
Madhu Venugopal 2016-03-07 17:21:50 -08:00
commit a66df11336
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ func (d *driver) Join(nid, eid string, sboxKey string, jinfo driverapi.JoinInfo,
return err
}
ep.ifName = overlayIfName
ep.ifName = containerIfName
// Set the container interface and its peer MTU to 1450 to allow
// for 50 bytes vxlan encap (inner eth header(14) + outer IP(20) +