[ovs-dev] [PATCH] ovs-sandbox: Support managers in sandbox.

Darrell Ball dball at vmware.com
Tue May 8 17:29:42 UTC 2018


Thanks; this is an excellent addition to the tutorial.

I sent out a related patch to extend the ovs-vsctl  ‘manager_options’ documentation

https://patchwork.ozlabs.org/patch/910352/

Acked-by: Darrell Ball <dlu00998 at gmail.com>


On 5/8/18, 8:30 AM, "ovs-dev-bounces at openvswitch.org on behalf of Ben Pfaff" <ovs-dev-bounces at openvswitch.org on behalf of blp at ovn.org> wrote:

    Until now, ovsdb-server in the sandbox ignored the Managers table.  This
    commit adds support.
    
    Signed-off-by: Ben Pfaff <blp at ovn.org>
    ---
     tutorial/ovs-sandbox | 4 +++-
     1 file changed, 3 insertions(+), 1 deletion(-)
    
    diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox
    index feba57893158..9505c6c3d98b 100755
    --- a/tutorial/ovs-sandbox
    +++ b/tutorial/ovs-sandbox
    @@ -390,7 +390,9 @@ if $ovn; then
         fi
     fi
     rungdb $gdb_ovsdb $gdb_ovsdb_ex ovsdb-server --detach --no-chdir --pidfile -vconsole:off --log-file \
    -    --remote=punix:"$sandbox"/db.sock $ovsdb_server_args
    +       --remote=punix:"$sandbox"/db.sock \
    +       --remote=db:Open_vSwitch,Open_vSwitch,manager_options \
    +       $ovsdb_server_args
     if $ovn; then
         ovn_start_db() {
             local db=$1 model=$2 servers=$3 schema=$4
    -- 
    2.16.1
    
    _______________________________________________
    dev mailing list
    dev at openvswitch.org
    https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.openvswitch.org_mailman_listinfo_ovs-2Ddev&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-uZnsw&m=KyGW_IxZfTiK8wkF89xezsCexSP9wUL_yzVkeCj7F5Y&s=Ieln1GwpKU0YZRjEX0VZ2-GN8tBZhd4TY375_HtIt9E&e=
    





More information about the dev mailing list