]> git.proxmox.com Git - mirror_ovs.git/blame - lib/unixctl.man
ovsdb-idl: Fix iteration over tracked rows with no actual data.
[mirror_ovs.git] / lib / unixctl.man
CommitLineData
7b38bdc8
BP
1.IP "\fB\-\-unixctl=\fIsocket\fR"
2Sets the name of the control socket on which \fB\*(PN\fR listens for
3runtime management commands (see \fBRUNTIME MANAGEMENT COMMANDS\fR,
4below). If \fIsocket\fR does not begin with \fB/\fR, it is
5interpreted as relative to \fB@RUNDIR@\fR. If \fB\-\-unixctl\fR is
6not used at all, the default socket is
7\fB@RUNDIR@/\*(PN.\fIpid\fB.ctl\fR, where \fIpid\fR is \fB\*(PN\fR's
8process ID.
cb54a8c5 9.IP
922247c6
AS
10On Windows a local named pipe is used to listen for runtime management
11commands. A file is created in the absolute path as pointed by
12\fIsocket\fR or if \fB\-\-unixctl\fR is not used at all, a file is
13created as \fB\*(PN.ctl\fR in the configured \fIOVS_RUNDIR\fR
14directory. The file exists just to mimic the behavior of a Unix domain socket.
cb54a8c5 15.IP
614c4892
BP
16Specifying \fBnone\fR for \fIsocket\fR disables the control socket
17feature.