Re: [lxc-devel] [PATCH] lxc-alpine: autodetect standard bridges and set hwaddress

2013-02-18 Thread Stéphane Graber
On 02/13/2013 10:30 AM, Serge Hallyn wrote: > Quoting Natanael Copa (nc...@alpinelinux.org): >> Check for lxcbr0, virbr0 and br0 and use one of those if they exist. >> >> Set mac address if network type is veth. >> >> Signed-off-by: Natanael Copa > > Acked-by: Serge E. Hallyn Pushed to staging.

Re: [lxc-devel] [PATCH] lxc-alpine: autodetect standard bridges and set hwaddress

2013-02-13 Thread Serge Hallyn
Quoting Natanael Copa (nc...@alpinelinux.org): > Check for lxcbr0, virbr0 and br0 and use one of those if they exist. > > Set mac address if network type is veth. > > Signed-off-by: Natanael Copa Acked-by: Serge E. Hallyn > --- > templates/lxc-alpine.in | 38 +

[lxc-devel] [PATCH] lxc-alpine: autodetect standard bridges and set hwaddress

2013-02-13 Thread Natanael Copa
Check for lxcbr0, virbr0 and br0 and use one of those if they exist. Set mac address if network type is veth. Signed-off-by: Natanael Copa --- templates/lxc-alpine.in | 38 +- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/templates/lxc-alpine