ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / 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 Specifying \fBnone\fR for \fIsocket\fR disables the control socket
10 feature.