Re: [lxc-devel] [PATCH] Multiple IP addresses: add them in the correct order

2013-01-15 Thread Serge Hallyn
Quoting Christian Seiler (christ...@iwakd.de): > Make sure that when configuring containers that have interfaces containing > multiple IP addresses they are added in the order of the configuration file > (i.e. the first being the primary one) and not the reverse order. > > Signed-off-by: Christian

[lxc-devel] [PATCH] Multiple IP addresses: add them in the correct order

2013-01-15 Thread Christian Seiler
Make sure that when configuring containers that have interfaces containing multiple IP addresses they are added in the order of the configuration file (i.e. the first being the primary one) and not the reverse order. Signed-off-by: Christian Seiler --- src/lxc/confile.c |4 ++-- 1 files chan