1. 24 Apr, 2009 5 commits
  2. 21 Apr, 2009 4 commits
  3. 20 Apr, 2009 5 commits
  4. 31 Mar, 2009 3 commits
  5. 30 Mar, 2009 11 commits
  6. 27 Mar, 2009 1 commit
  7. 26 Mar, 2009 4 commits
  8. 25 Mar, 2009 1 commit
  9. 24 Mar, 2009 2 commits
  10. 22 Mar, 2009 2 commits
    • set mtu for netdev · 75d09f83
      Daniel Lezcano authored
      When setting the mtu size at the veth creation, the mtu is only set
      on one side of the veth tunnel, the one attached to the bridge.
      
      I changed a little the code and added the device_set_mtu function so
      it is called after the veth has been created on both side.
      
      That moves the mtu veth specific code inside the veth function creation.
      
      Hopefully this code could be reused later for different future network
      configuration (eg. ip tunnel).
      
      The mtu option will be simply ignored in case of macvlan network configuration
      because the macvlan network device inherit the mtu of the physical link.
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • Add lxc.network.mtu configuration (resend) · 442cbbe6
      Takano Ryousei authored
      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: 's avatarRyousei Takano <takano-ryousei@aist.go.jp>
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  11. 20 Mar, 2009 2 commits