1. 30 Mar, 2009 1 commit
  2. 27 Mar, 2009 1 commit
  3. 26 Mar, 2009 4 commits
  4. 25 Mar, 2009 1 commit
  5. 24 Mar, 2009 2 commits
  6. 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>
  7. 20 Mar, 2009 2 commits
  8. 19 Mar, 2009 5 commits
  9. 16 Mar, 2009 1 commit
  10. 11 Mar, 2009 1 commit
  11. 10 Mar, 2009 1 commit
  12. 09 Mar, 2009 2 commits
  13. 08 Mar, 2009 6 commits
  14. 20 Feb, 2009 1 commit
  15. 16 Feb, 2009 7 commits
  16. 12 Feb, 2009 3 commits