Re: [lxc-devel] [PATCH 1/3] add lxc.network.ipv[46].gateway configuration

2011-08-30 Thread Daniel Lezcano
On 08/15/2011 10:58 PM, Matthijs Kooijman wrote: > This directive adds a default route to the guest at startup. > > syntax: > lxc.network.ipv4.gateway = 10.0.0.1 > lxc.network.ipv6.gateway = 2001:db8:85a3::8a2e:370:7334 Applied the patchset. Thanks !

[lxc-devel] [PATCH 1/3] add lxc.network.ipv[46].gateway configuration

2011-08-15 Thread Matthijs Kooijman
This directive adds a default route to the guest at startup. syntax: lxc.network.ipv4.gateway = 10.0.0.1 lxc.network.ipv6.gateway = 2001:db8:85a3::8a2e:370:7334 --- src/lxc/conf.c| 45 ++ src/lxc/conf.h|2 + src/lxc/confile.c | 66 ++