netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / unixctl.man
1 .IP "\fB\-\-unixctl=\fIsocket\fR"
2 Sets the name of the control socket on which \fB\*(PN\fR listens for
3 runtime management commands (see \fBRUNTIME MANAGEMENT COMMANDS\fR,
4 below).  If \fIsocket\fR does not begin with \fB/\fR, it is
5 interpreted as relative to \fB@RUNDIR@\fR.  If \fB\-\-unixctl\fR is
6 not used at all, the default socket is
7 \fB@RUNDIR@/\*(PN.\fIpid\fB.ctl\fR, where \fIpid\fR is \fB\*(PN\fR's
8 process ID.
9 .IP
10 On Windows, uses a kernel chosen TCP port on the localhost to listen
11 for runtime management commands.  The kernel chosen TCP port value is written
12 in a file whose absolute path is pointed by \fIsocket\fR. If \fB\-\-unixctl\fR
13 is not used at all, the file is created as \fB\*(PN.ctl\fR in the configured
14 \fIOVS_RUNDIR\fR directory.
15 .IP
16 Specifying \fBnone\fR for \fIsocket\fR disables the control socket
17 feature.