[ovs-git] Open vSwitch: Prepare for post-1.3.0 (1.3.90). (test2)

dev at openvswitch.org dev at openvswitch.org
Wed Oct 26 04:41:56 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 "Open vSwitch".

The branch, test2 has been created
        at  b6a9a95b546e06ace34a9c878d34e1c720ed57e5 (commit)

- Log -----------------------------------------------------------------
commit b6a9a95b546e06ace34a9c878d34e1c720ed57e5
Author: Justin Pettit <jpettit at nicira.com>
Date:   Tue Oct 25 12:37:26 2011 -0700

    Prepare for post-1.3.0 (1.3.90).

commit 079a862535ebc32e2c4fd52366667934091ff7f2
Author: Justin Pettit <jpettit at nicira.com>
Date:   Mon Oct 24 23:37:11 2011 -0700

    Declare the version as "1.3.0".

commit a54088273746d4dd6a9f4efb713185ae6b847d9f
Author: Ben Pfaff <blp at nicira.com>
Date:   Tue Oct 25 14:03:35 2011 -0700

    datapath: Improve <linux/openvswitch.h> comments.
    
    Generally we've used the comments to the right of attribute enums to
    explain the types of the arguments and the ones above them to explain their
    meaning.  This is a reasonable separation since it ensures that the type
    of the argument is obvious, which in my opinion is important.
    
    This updates a few comments to match this pattern.
    
    Signed-off-by: Ben Pfaff <blp at nicira.com>
    Acked-by: Jesse Gross <jesse at nicira.com>

commit bd9e5b0e583e9d9cdcb66557ded207ed65ff379d
Author: Justin Pettit <jpettit at nicira.com>
Date:   Mon Oct 24 14:40:58 2011 -0700

    debian: Start ovs-monitor-ipsec after ovsdb running.
    
    ovs-monitor-ipsec uses the OVS database to get configuration, so don't
    bother starting the daemon until it's up.
    
    Debian recently switched to using the LSB fields in the header of init
    scripts to allow dependency-based boots.  This is described in the
    following page:
    
        http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot
    
    This commit makes use of those fields to get the ordering we want.

commit 6d0840ac87f147da1e28fcf9a9ffbf9a081fa599
Author: Ben Pfaff <blp at nicira.com>
Date:   Mon Oct 24 15:18:49 2011 -0700

    datapath: Fully parenthesize ACTION macro.
    
    This doesn't matter for any of the current users of ACTION, nor do I expect
    it to matter, but it seems like a good idea nonetheless.
    
    Signed-off-by: Ben Pfaff <blp at nicira.com>
    Acked-by: Jesse Gross <jesse at nicira.com>

commit a5f1b8f89e6bc8210e8eba35430ee9e31f7a674f
Author: Ben Pfaff <blp at nicira.com>
Date:   Mon Oct 24 15:14:56 2011 -0700

    datapath: Fix wrong indentation.
    
    Signed-off-by: Ben Pfaff <blp at nicira.com>
    Acked-by: Jesse Gross <jesse at nicira.com>

commit b37e6334fd80a6460aabc95f05eb8ab68e5a82ed
Author: Ben Pfaff <blp at nicira.com>
Date:   Mon Oct 24 12:27:36 2011 -0700

    datapath: Add multicast tunnel support.
    
    Something like this, on two separate vswitches, works to try it out:
        route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0
        ovs-vsctl \
            -- add-port br0 gre0 \
            -- set interface gre0 type=gre options:remote_ip=224.0.0.1
    
    Runtime tested on Linux 3.0, build tested on Linux 2.6.18, both i386.
    
    Signed-off-by: Ben Pfaff <blp at nicira.com>
    Acked-by: Jesse Gross <jesse at nicira.com>

commit 10500639d5756986a587116ca1b8b42764f5ace2
Author: Ben Pfaff <blp at nicira.com>
Date:   Mon Oct 17 11:24:37 2011 -0700

    ovs-dpctl: Add new "set-if" command.
    
    I have found this useful for testing tunnel configuration.

commit 4be00e48e29f84e9b08e590ac2e3adbc9d99273f
Author: Ben Pfaff <blp at nicira.com>
Date:   Mon Oct 24 10:40:52 2011 -0700

    datapath: Disallow unknown attributes on OVS_ACTION_ATTR_SAMPLE action.
    
    Bug #7932.
    Signed-off-by: Ben Pfaff <blp at nicira.com>
    Acked-by: Jesse Gross <jesse at nicira.com>

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


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list