1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #4282 from ibuildthecloud/jumbo-frames

Add MTU to lxc conf to make host and container MTU match
This commit is contained in:
unclejack 2014-02-26 20:11:38 +02:00
commit 22da8cdc7e

View file

@ -12,6 +12,7 @@ const LxcTemplate = `
lxc.network.type = veth
lxc.network.link = {{.Network.Bridge}}
lxc.network.name = eth0
lxc.network.mtu = {{.Network.Mtu}}
{{else}}
# network is disabled (-n=false)
lxc.network.type = empty