Re: [libvirt] [PATCH lxc_ethernet] lxc:support network type with ethernet

2016-03-23 Thread Vasiliy Tolstov
2016-03-23 15:07 GMT+03:00 Daniel P. Berrange : > Since we're going to accept the patches to support stting IP & routes > for type=ethernet with QEMU, I think it is fine to support the same > with LXC too. As i see in nwfilter hardcoded only bridge support via

Re: [libvirt] [PATCH lxc_ethernet] lxc:support network type with ethernet

2016-03-23 Thread Daniel P. Berrange
On Tue, Mar 15, 2016 at 03:38:25PM +0300, Vasiliy Tolstov wrote: > 2016-01-10 16:10 GMT+03:00 Martin Kletzander : > > This is basically a copy-paste from the bridged interface creation, but > > it is not connected anywhere. And the script that should be ran is not > > ran at

Re: [libvirt] [PATCH lxc_ethernet] lxc:support network type with ethernet

2016-03-15 Thread Vasiliy Tolstov
2016-01-10 16:10 GMT+03:00 Martin Kletzander : > This is basically a copy-paste from the bridged interface creation, but > it is not connected anywhere. And the script that should be ran is not > ran at all, so even if I were to route the local part of the veth pair >

Re: [libvirt] [PATCH lxc_ethernet] lxc:support network type with ethernet

2016-01-10 Thread Martin Kletzander
On Mon, Nov 30, 2015 at 12:47:44PM +, zhongguoche...@163.com wrote: From: z00209963 Going through some older patches I noticed this one. There are few questions / hints for next time. You could use your whole name so that they are properly attributed

[libvirt] [PATCH lxc_ethernet] lxc:support network type with ethernet

2015-11-30 Thread zhongguocheng1
From: z00209963 --- src/lxc/lxc_process.c | 35 +++ src/lxc/lxc_process.h | 3 +++ 2 files changed, 38 insertions(+) diff --git a/src/lxc/lxc_process.c b/src/lxc/lxc_process.c index 57e3880..1ffd9ac 100644 ---