X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdpif.man;h=775ec585f8aa18c4fffd58393466f45955eb4fc8;hb=d76f09ea77e03ee5a3a7bb67bcab1ac4bb54172b;hp=3a58cafb61ef0d8d712f02b20ae5c3ef943dc71c;hpb=d65349ea28bb67a0062a9b4b60ff97538206373b;p=sliver-openvswitch.git diff --git a/lib/dpif.man b/lib/dpif.man index 3a58cafb6..775ec585f 100644 --- a/lib/dpif.man +++ b/lib/dpif.man @@ -1,11 +1,14 @@ .RS .TP -\fBdp\fIN\fR +[\fItype\fB@\fR]\fBdp\fIN\fR Datapath number \fIN\fR, where \fIN\fR is a number between 0 and 255, -inclusive. - +inclusive. If \fItype\fR is given, it specifies the datapath provider of +\fBdp\fIN\fR, otherwise the default provider \fBsystem\fR is assumed. +. .TP -\fIname\fR +[\fItype\fB@\fR]\fIname\fR The name of the network device associated with the datapath's local port. (\fB\*(PN\fR internally converts this into a datapath number, -as above.) +as above.) If \fItype\fR is given, it specifies the datapath provider of +\fIname\fR, otherwise the default provider \fBsystem\fR is assumed. +.RE