On 01/17/2011 03:51 AM, David Ward wrote:
> Each network interface was brought up regardless of the configuration,
> as the wrong boolean operator was being used to test the IFF_UP flag.
>
> Signed-off-by: David Ward
> ---
Applied.
Thanks for the fix !
-- Daniel
-
Each network interface was brought up regardless of the configuration,
as the wrong boolean operator was being used to test the IFF_UP flag.
Signed-off-by: David Ward
---
src/lxc/conf.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lxc/conf.c b/src/lxc/conf.c
in