Re: [libvirt] [PATCH 2 of 4] [LXC] Add functions to manage veth device pairs

2008-06-26 Thread Daniel Veillard
On Tue, Jun 24, 2008 at 08:51:34AM -0700, Dan Smith wrote: > This gives us the ability to create a veth pair so that we can move one > into the network namespace of an LXC container. Cool, thanks ! +1 Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard

[libvirt] [PATCH 2 of 4] [LXC] Add functions to manage veth device pairs

2008-06-24 Thread Dan Smith
This gives us the ability to create a veth pair so that we can move one into the network namespace of an LXC container. Changes from last time: - Fixed use of sprintf() - Fixed up 'ip link...' argument synthesis - Fixed license headers - Fixed while() {...} to do {...} while() - Fixed copying