[ovs-git] Open vSwitch: Merge citrix branch into master. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Sep 22 17:19:46 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, master has been updated
       via  576e26d7b47f4e53116ef0b5f035d260f426d37b (commit)
       via  36becebea2d1e816a636d62a226521d0bf26bb18 (commit)
       via  f928967abecdd51d2b9f88ed9984d67e3170aac5 (commit)
       via  3c708eb8aebc6fafa39078a15e129b9c8b1daf0f (commit)
       via  c77dc7705ba162eff9bdd6cfff2e958637bf1a6f (commit)
       via  0b9eaeb9112743044d9bb564bea9299f00269291 (commit)
       via  6643c03b4fbeb81f88e79162e48e5599aca5c831 (commit)
       via  850887473a7093066db80569c9f2f9097941d6bc (commit)
       via  30ee1c4dad5739049aee60abdd2234a16a65d0a5 (commit)
       via  d4260cb4ee681822cd76c665ff086709d69aa8d3 (commit)
       via  774b7defc437079d0f9a5274225929d3451b2ad0 (commit)
       via  7778bd15dacc1e410b60ff6ec2996c475a875e6e (commit)
       via  372179d4f4a1dc6113bc4ea60cee76cb354e22f4 (commit)
       via  b9e8b45a3936441bd0fd1fd156cae498bf72cac8 (commit)
       via  72aa493e2fb881d873c82d31bc4b585dd608db48 (commit)
       via  431d8ad2a0a2e20d1719f77dda66da70acf0d38f (commit)
       via  2e8873af89047bc4093ad8f2755867af632b9363 (commit)
       via  30a2c8b16234daf7b089372cc136b872f2e543d7 (commit)
       via  5eab9abcd3799de1117f4b2dfb9b2ec5e1cf963e (commit)
       via  43a0e3476d94eccd16f7c90d1fb23aea10574a25 (commit)
      from  2a6cb303b0b9956952a1599092e64f5805ee741a (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 576e26d7b47f4e53116ef0b5f035d260f426d37b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=576e26d7b47f4e53116ef0b5f035d260f426d37b
Author: Ben Pfaff <blp at nicira.com>
		
Merge citrix branch into master.
		


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

Summary of changes:
 ChangeLog                      |    4 +
 configure.ac                   |    2 +-
 datapath/datapath.h            |    2 +-
 lib/automake.mk                |    1 +
 lib/mac-learning.h             |    2 +-
 lib/netdev-linux.c             |    3 +
 lib/packets.c                  |   58 ++++++++++++++
 lib/packets.h                  |    7 ++
 lib/rconn.c                    |   21 ++++--
 lib/rconn.h                    |    1 +
 lib/vconn.c                    |   22 +++++
 lib/vconn.h                    |    3 +
 ofproto/fail-open.c            |  142 +++++++++++++++++++++++++++++-----
 ofproto/fail-open.h            |    8 ++
 ofproto/in-band.c              |  168 +++++++++++++++++++++++++++++++++++++--
 ofproto/ofproto.c              |   70 +++++++++++------
 ofproto/pktbuf.c               |   63 +++++++++++++++-
 ofproto/pktbuf.h               |    1 +
 utilities/ovs-appctl.8.in      |    2 +-
 utilities/ovs-controller.8.in  |    7 ++
 utilities/ovs-controller.c     |   14 +++-
 utilities/ovs-pki.in           |    2 +-
 vswitchd/bridge.c              |   41 +++++-----
 vswitchd/ovs-brcompatd.c       |    2 +-
 xenserver/usr_sbin_xen-bugtool |   11 +++-
 25 files changed, 565 insertions(+), 92 deletions(-)
 create mode 100644 ChangeLog
 create mode 100644 lib/packets.c


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list