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

Daniel Lezcano git at users.sourceforge.net
Tue Dec 15 15:21:28 UTC 2009


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  f6cc1de1a989130fdc61d148024f76865a141d4c (commit)
       via  26c390288bbe04bbaba26f4ec1bbe68cb9d2b602 (commit)
       via  9ddaf3bf1cc264af0eee60b37cd7c7a3ddcb6825 (commit)
      from  108ed092c30bd209e58e7b20591135bf7c8c665b (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 f6cc1de1a989130fdc61d148024f76865a141d4c
Author: Jamal Hadi Salim <hadi at cyberus.ca>
Date:   Tue Dec 15 10:14:27 2009 +0100

    Introduce per netdev priv structure
    
    Some devices like veth or vlans have a bit of extra details that
    are specific to them. Example veth.pair and vlan.vlanid.
    Separate them from the common so we can update cleanly in the future.
    
    Signed-off-by: Jamal Hadi Salim <hadi at cyberus.ca>
    Acked-by: Daniel Lezcano <daniel.lezcano at free.fr>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 26c390288bbe04bbaba26f4ec1bbe68cb9d2b602
Author: Jamal Hadi Salim <hadi at cyberus.ca>
Date:   Tue Dec 15 10:14:27 2009 +0100

    Add VLAN support in config
    
    This adds ability to migrate vlan interfaces into namespaces
    by specifying them in a config
    
    Signed-off-by: Jamal Hadi Salim <hadi at cyberus.ca>
    Acked-by: Daniel Lezcano <daniel.lezcano at free.fr>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 9ddaf3bf1cc264af0eee60b37cd7c7a3ddcb6825
Author: Jamal Hadi Salim <hadi at cyberus.ca>
Date:   Tue Dec 15 10:14:26 2009 +0100

    Add utility u16 get/put
    
    Add utility functions to parse a u16 and put a u16 on a
    netlink message
    
    Signed-off-by: Jamal Hadi Salim <hadi at cyberus.ca>
    Acked-by: Daniel Lezcano <daniel.lezcano at free.fr>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

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

Summary of changes:
 configure.ac                                       |    1 +
 doc/examples/Makefile.am                           |    2 +
 .../{lxc-macvlan.conf.in => lxc-vlan.conf.in}      |    5 +-
 src/lxc/conf.c                                     |   35 ++++++++-
 src/lxc/conf.h                                     |   17 ++++-
 src/lxc/confile.c                                  |   24 ++++++-
 src/lxc/lxc-checkconfig.in                         |    1 +
 src/lxc/network.c                                  |   78 ++++++++++++++++++++
 src/lxc/network.h                                  |    5 +
 src/lxc/nl.c                                       |   10 +++
 src/lxc/nl.h                                       |   11 +++
 src/lxc/utils.c                                    |   19 +++++
 src/lxc/utils.h                                    |    1 +
 13 files changed, 201 insertions(+), 8 deletions(-)
 copy doc/examples/{lxc-macvlan.conf.in => lxc-vlan.conf.in} (61%)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list