> On Apr 9, 2015, at 1:47 PM, Gurucharan Shetty <shet...@nicira.com> wrote: > >> Looks good. The only thing I’d add is the location of the log file, and also >> the steps to stop the daemon(s) using app-ctl. This can happen in a >> subsequent commit if you wish. >> >> Acked-by: Nithin Raju <nit...@vmware.com> > > Thanks. I will add the following diff and push it: > > diff --git a/INSTALL.Windows.md b/INSTALL.Windows.md > index 1fae4f8..03737a7 100644 > --- a/INSTALL.Windows.md > +++ b/INSTALL.Windows.md > @@ -200,9 +200,19 @@ utilities in the local machine via 'make install'. > --detach > % ovs-vsctl --no-wait init > > + If you would like to terminate the started ovsdb-server, run: > + % ovs-appctl -t ovsdb-server exit > + > + (Note that the logfile is created at C:/openvswitch/var/log/openvswitch/) > + > 03> Start ovs-vswitchd. > % ovs-vswitchd -vfile:info --log-file --pidfile --detach > > + If you would like to terminate the started ovs-vswitchd, run: > + % ovs-appctl exit > + > + (Note that the logfile is created at C:/openvswitch/var/log/openvswitch/)
Sounds good. Thanks Guru. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev