[lxc-devel] [GIT] lxc branch, master, updated. abbfd20baa348ce1b6b26dd9c2627c5e2f500b69

Daniel Lezcano git at users.sourceforge.net
Tue Oct 12 10:27:34 UTC 2010


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  abbfd20baa348ce1b6b26dd9c2627c5e2f500b69 (commit)
       via  751d9dcd3904a45fcbad5d253498dadc401736af (commit)
       via  e3b4c4c44ae909ba5073edca975bc42ff007d9c9 (commit)
      from  49d3e78dceea24fcdd09529d1c748b69e19ef63f (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 abbfd20baa348ce1b6b26dd9c2627c5e2f500b69
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Tue Oct 12 10:52:47 2010 +0200

    use popen and redirect script output
    
    Change the run_script function to use popen and to redirect
    the output of the script to the log file.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 751d9dcd3904a45fcbad5d253498dadc401736af
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Tue Oct 12 10:52:47 2010 +0200

    fix Coding Style
    
    Fix the coding style, 80 chars lines, etc ...
    Fix indentation blocks if ... then ... else ... fi
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit e3b4c4c44ae909ba5073edca975bc42ff007d9c9
Author: Stefan Tomanek <stefan.tomanek at wertarbyte.de>
Date:   Tue Oct 12 10:52:47 2010 +0200

    add lxc.network.script.up configuration hook
    
    This commit adds an configuration option to specify a script to be
    executed after creating and configuring the network used by the
    container. The following arguments are passed to the script:
    
    	* container name
    	* config section name (net)
    
    Additional arguments depend on the config section employing a
    script hook; the following are used by the network system:
    
    	* execution context (up)
    	* network type (empty/veth/macvlan/phys)
    
    Depending on the network type, other arguments may be passed:
    
    veth/macvlan/phys:
    	* (host-sided) device name
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

-----------------------------------------------------------------------

Summary of changes:
 src/lxc/conf.c    |  119 +++++++++++++++++++++++++++++++++++++++++++++++------
 src/lxc/conf.h    |   19 ++++----
 src/lxc/confile.c |   25 +++++++++++
 src/lxc/start.c   |    2 +-
 4 files changed, 142 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list