Catalli's threaded switch
[sliver-openvswitch.git] / lib / dpif.man
1 .RS
2 .TP
3 [\fItype\fB@\fR]\fBdp\fIN\fR
4 Datapath number \fIN\fR, where \fIN\fR is a number between 0 and 255,
5 inclusive.  If \fItype\fR is given, it specifies the datapath provider of
6 \fBdp\fIN\fR, otherwise the default provider \fBsystem\fR is assumed.
7 .
8 .TP
9 [\fItype\fB@\fR]\fIname\fR
10 The name of the network device associated with the datapath's local
11 port.  (\fB\*(PN\fR internally converts this into a datapath number,
12 as above.)  If \fItype\fR is given, it specifies the datapath provider of
13 \fIname\fR, otherwise the default provider \fBsystem\fR is assumed.
14 .RE