Add ovsdb-server command option to the manager_options documentation. Signed-off-by: Darrell Ball <[email protected]> --- utilities/ovs-vsctl.8.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in index b18782c..9f6ea6d 100644 --- a/utilities/ovs-vsctl.8.in +++ b/utilities/ovs-vsctl.8.in @@ -425,8 +425,9 @@ These commands manipulate the \fBmanager_options\fR column in the \fBOpen_vSwitch\fR table and rows in the \fBManagers\fR table. When \fBovsdb\-server\fR is configured to use the \fBmanager_options\fR column for OVSDB connections (as described in the startup scripts provided with -Open vSwitch), this allows the administrator to use \fBovs\-vsctl\fR to -configure database connections. +Open vSwitch; the corresponding \fBovsdb\-server\fR command option is +\fB--remote=db:Open_vSwitch,Open_vSwitch,manager_options\fR), this allows the +administrator to use \fBovs\-vsctl\fR to configure database connections. . .IP "\fBget\-manager\fR" Prints the configured manager(s). -- 1.9.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
