[lxc-devel] [GIT] lxc branch, master, updated. b0efbac48e8646ba62aca04b43acaa887ef4ec81
Daniel Lezcano
git at users.sourceforge.net
Mon Jan 17 09:22:55 UTC 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".
The branch, master has been updated
via b0efbac48e8646ba62aca04b43acaa887ef4ec81 (commit)
via 6e35af2e3911b5e8dc6e9091391beb8adfe449c6 (commit)
from 91656ce587b99ae193e5de7e12ec9d9a5a78caa0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b0efbac48e8646ba62aca04b43acaa887ef4ec81
Author: David Ward <david.ward at ll.mit.edu>
Date: Mon Jan 17 10:18:50 2011 +0100
Only bring up network interface if IFF_UP is set
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 <david.ward at ll.mit.edu>
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
commit 6e35af2e3911b5e8dc6e9091391beb8adfe449c6
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date: Mon Jan 17 10:18:50 2011 +0100
set veth host's side always up
We should always have the veth host's side up, otherwise if we omit
the up flag in the configurationn, letting the container to configure
its interface, the network will be never enabled as the host's side
is not up.
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
-----------------------------------------------------------------------
Summary of changes:
src/lxc/conf.c | 15 ++++++---------
1 files changed, 6 insertions(+), 9 deletions(-)
hooks/post-receive
--
lxc
More information about the lxc-devel
mailing list