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

Daniel Lezcano git at users.sourceforge.net
Tue Aug 30 21:50:49 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  be58c6b5b4110a3136f26b69394de725a4318619 (commit)
       via  19a26f82145042062cb2b11292622efb3ccac37f (commit)
       via  f8fee0e2c399af59ee30c62234b47505fbd93725 (commit)
       via  ebdd307db73344fa51a552a10daa8d1fefe9794b (commit)
      from  e6238180c6963bcdbab42258a0f66b1d498c0e13 (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 be58c6b5b4110a3136f26b69394de725a4318619
Author: Matthijs Kooijman <matthijs at stdin.nl>
Date:   Tue Aug 30 23:50:23 2011 +0200

    .gateway options
    
    Man for the gateway option.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 19a26f82145042062cb2b11292622efb3ccac37f
Author: Matthijs Kooijman <matthijs at stdin.nl>
Date:   Tue Aug 30 23:50:23 2011 +0200

    add autodetection of the gateway address
    
    For veth and macvlan networks, this can look up the host address on the
    bridge (link) interface and add a default route on the guest to that
    address. This facilitates a typical setup where guests are bridged
    together.
    
    syntax:
    	lxc.ipv4.gateway = auto
    	lxc.ipv6.gateway = auto
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit f8fee0e2c399af59ee30c62234b47505fbd93725
Author: Matthijs Kooijman <matthijs at stdin.nl>
Date:   Tue Aug 30 23:50:23 2011 +0200

    .gateway configuration
    
    This directive adds a default route to the guest at startup.
    
    syntax:
    	lxc.network.ipv4.gateway = 10.0.0.1
    	lxc.network.ipv6.gateway = 2001:db8:85a3::8a2e:370:7334
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit ebdd307db73344fa51a552a10daa8d1fefe9794b
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date:   Tue Aug 30 23:50:00 2011 +0200

    Don't log an error when the container is stopped
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

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

Summary of changes:
 doc/lxc.conf.sgml.in |   43 ++++++++++
 src/lxc/commands.c   |    4 +-
 src/lxc/conf.c       |  103 +++++++++++++++++++++++
 src/lxc/conf.h       |    6 ++
 src/lxc/confile.c    |   78 +++++++++++++++++
 src/lxc/network.c    |  227 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/lxc/network.h    |   12 +++
 src/lxc/start.c      |   10 ++
 8 files changed, 480 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list