X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Funixctl.man;h=b681c7d2e124af263797957b4ed599a54c053a6b;hb=c5cf10598f8c9f4428291e9df3ecd72a05fb1ccf;hp=a15408666c22d12a0858b261f7aa84e364499d56;hpb=614c4892032f424efa5f0ec404b2d499acad254d;p=sliver-openvswitch.git diff --git a/lib/unixctl.man b/lib/unixctl.man index a15408666..b681c7d2e 100644 --- a/lib/unixctl.man +++ b/lib/unixctl.man @@ -6,5 +6,12 @@ interpreted as relative to \fB@RUNDIR@\fR. If \fB\-\-unixctl\fR is not used at all, the default socket is \fB@RUNDIR@/\*(PN.\fIpid\fB.ctl\fR, where \fIpid\fR is \fB\*(PN\fR's process ID. +.IP +On Windows, uses a kernel chosen TCP port on the localhost to listen +for runtime management commands. The kernel chosen TCP port value is written +in a file whose absolute path is pointed by \fIsocket\fR. If \fB\-\-unixctl\fR +is not used at all, the file is created as \fB\*(PN.ctl\fR in the configured +\fIOVS_RUNDIR\fR directory. +.IP Specifying \fBnone\fR for \fIsocket\fR disables the control socket feature.