Re: [libvirt] [ PATCH ] fix multiple veth problem for OpenVZ

2010-02-19 Thread Daniel Veillard
On Wed, Jan 06, 2010 at 10:36:06PM +0900, Yuji NISHIDA wrote: > Dear all > > This is to fix multiple veth problem. > NETIF setting was overwritten after first CT because any CT could not be > found by character name. > I found that old patch that we apparently forgot. > --- > src/openvz/ope

[libvirt] [ PATCH ] fix multiple veth problem for OpenVZ

2010-01-06 Thread Yuji NISHIDA
Dear all This is to fix multiple veth problem. NETIF setting was overwritten after first CT because any CT could not be found by character name. --- src/openvz/openvz_conf.c | 38 ++ src/openvz/openvz_conf.h |1 + src/openvz/openvz_driver.c |2