The following examples assume that an OpenFlow switch on the local
host has been configured to listen for management connections on a
-Unix domain socket named \fB/var/run/openflow.sock\fR, e.g. by
-specifying \fB--listen=punix:/var/run/openflow.sock\fR on the
+Unix domain socket named \fB@RUNDIR@/openflow.sock\fR, e.g. by
+specifying \fB--listen=punix:@RUNDIR@/openflow.sock\fR on the
\fBsecchan\fR(8) command line.
.TP
-\fBdpctl dump-tables unix:/var/run/openflow.sock\fR
+\fBdpctl dump-tables unix:@RUNDIR@/openflow.sock\fR
Prints out the switch's table stats. (This is more interesting after
some traffic has passed through.)
.TP
-\fBdpctl dump-flows unix:/var/run/openflow.sock\fR
+\fBdpctl dump-flows unix:@RUNDIR@/openflow.sock\fR
Prints the flow entries in the switch.
.SH "SEE ALSO"