diff options
Diffstat (limited to 'net/openvswitch/files/ovsdb-server.in')
-rw-r--r-- | net/openvswitch/files/ovsdb-server.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/files/ovsdb-server.in b/net/openvswitch/files/ovsdb-server.in index 4191a93e912b..fecbdc12abc2 100644 --- a/net/openvswitch/files/ovsdb-server.in +++ b/net/openvswitch/files/ovsdb-server.in @@ -31,7 +31,7 @@ ovsdb_server_precmd() { command_args="--detach --pidfile=$pidfile \ --remote=punix:$ovsdb_server_sock \ - --remote=db:Open_vSwitch,managers \ + --remote=db:Open_vSwitch,manager_options \ --private-key=db:SSL,private_key \ --certificate=db:SSL,certificate \ --bootstrap-ca-cert=db:SSL,ca_cert \ |