]> git.ipfire.org Git - thirdparty/lxc.git/commit
Add lxc.network.mtu configuration (resend)
authorTakano Ryousei <takano-ryousei@aist.go.jp>
Sat, 21 Mar 2009 19:52:00 +0000 (04:52 +0900)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Sun, 22 Mar 2009 08:47:30 +0000 (09:47 +0100)
commit442cbbe65ba30d8bf4314e61ddf3e67d7c83d95a
tree8925b6b33bcffb4ecdbcc66080b53ac49fcc0bc1
parentdfdcea5c4f98285f25000a899992b4698c97388b
Add lxc.network.mtu configuration (resend)

Hi Daniel,

I resent my patch. I hope to fix folding failure.

This patch allows users to specify the MTU size of the veth interface.
 It helps to use jumbo frames on the container.

Changes from v1:
- Fix failing if the 'mtu' is not specified.
- Delete the 'mtu' entry at time of lxc-destroy.

Signed-off-by: Ryousei Takano <takano-ryousei@aist.go.jp>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/lxc_conf.c
src/lxc/lxc_conf.h
src/lxc/lxc_config.c
src/lxc/network.c
src/lxc/network.h