mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
a66df11336
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ func (d *driver) Join(nid, eid string, sboxKey string, jinfo driverapi.JoinInfo,
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
ep.ifName = overlayIfName
|
ep.ifName = containerIfName
|
||||||
|
|
||||||
// Set the container interface and its peer MTU to 1450 to allow
|
// Set the container interface and its peer MTU to 1450 to allow
|
||||||
// for 50 bytes vxlan encap (inner eth header(14) + outer IP(20) +
|
// for 50 bytes vxlan encap (inner eth header(14) + outer IP(20) +
|
||||||
|
|
Loading…
Add table
Reference in a new issue