[ovs-git] Open vSwitch: ovs-brcompatd: First cut at integration with new config db (next)

dev at openvswitch.org dev at openvswitch.org
Thu Dec 10 10:36:27 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 "Open vSwitch".

The branch, next has been updated
       via  9852694f9e9ac12868463094b894a1da61535a7f (commit)
       via  a0a9f31ddc4fc213f9550c93478b4f03b948f606 (commit)
       via  7a44236e274511579719aecdb0b3cd4b090be03f (commit)
       via  fea28b07bb69201ebaa1724a95fc764483a72f7d (commit)
       via  5c8ef29c2efb73ab3bc8ac30f1499fb6499692cf (commit)
      from  457e1eb040fa65fdefcf419e490340ec90b621e2 (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 9852694f9e9ac12868463094b894a1da61535a7f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=9852694f9e9ac12868463094b894a1da61535a7f
Author: Justin Pettit <jpettit at nicira.com>
		
ovs-brcompatd: First cut at integration with new config db
		
This is an extremely lightly tested attempt at switching ovs-brcompatd
from using the config file to the new config db.  There are a lot of
shortcomings in this cut, but we need to make progress on the XenServer
integration, so it's going in now.  Expect changes in the near future.


commit a0a9f31ddc4fc213f9550c93478b4f03b948f606
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a0a9f31ddc4fc213f9550c93478b4f03b948f606
Author: Justin Pettit <jpettit at nicira.com>
		
ovs-vsctl: Fix minor memory leak in add_port().
		


commit 7a44236e274511579719aecdb0b3cd4b090be03f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7a44236e274511579719aecdb0b3cd4b090be03f
Author: Justin Pettit <jpettit at nicira.com>
		
Update .gitignore files
		


commit fea28b07bb69201ebaa1724a95fc764483a72f7d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=fea28b07bb69201ebaa1724a95fc764483a72f7d
Author: Justin Pettit <jpettit at nicira.com>
		
xenserver: Modify init scripts to use new configuration database
		


commit 5c8ef29c2efb73ab3bc8ac30f1499fb6499692cf
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5c8ef29c2efb73ab3bc8ac30f1499fb6499692cf
Author: Justin Pettit <jpettit at nicira.com>
		
xenserver: Remove ip_gre kernel module when other modules are removed
		


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

Summary of changes:
 .gitignore                                         |    1 +
 datapath/linux-2.6/.gitignore                      |    5 +
 lib/.gitignore                                     |    1 +
 ovsdb/.gitignore                                   |    7 +
 tests/.gitignore                                   |   16 +
 utilities/.gitignore                               |    4 +
 utilities/ovs-vsctl.c                              |    2 +
 vswitchd/.gitignore                                |    3 +
 vswitchd/automake.mk                               |    4 +-
 vswitchd/ovs-brcompatd.c                           |  531 +++++++++++++-------
 xenserver/etc_init.d_vswitch                       |  119 ++++-
 .../usr_share_vswitch_scripts_sysconfig.template   |   95 ++++-
 xenserver/vswitch-xen.spec                         |   10 +-
 13 files changed, 578 insertions(+), 220 deletions(-)
 create mode 100644 ovsdb/.gitignore


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list