Re: [libvirt] [PATCHv3 09/16] LXC: use the new net devices gateway definition

2014-10-22 Thread Daniel P. Berrange
On Fri, Oct 10, 2014 at 02:04:01PM +0200, Cédric Bosdonnat wrote: > When a gateway is set on a network device, a new default route via this > gateway through the devoce will be added in the container. > --- > src/lxc/lxc_container.c | 40 > 1 file changed,

[libvirt] [PATCHv3 09/16] LXC: use the new net devices gateway definition

2014-10-10 Thread Cédric Bosdonnat
When a gateway is set on a network device, a new default route via this gateway through the devoce will be added in the container. --- src/lxc/lxc_container.c | 40 1 file changed, 40 insertions(+) diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_contain