Skip to content

Commit

Permalink
dpif-netdev-unixctl.man: Document subtable-lookup-* CMDs
Browse files Browse the repository at this point in the history
Document the "ovs-appctl dpif-netdev/subtable-lookup-prio-get" and
"ovs-appctl dpif-netdev/subtable-lookup-prio-set" commands in the
vswitchd manpage.

Fixes: 9ff7cab ("dpif-netdev: add subtable-lookup-prio-get command.")
Fixes: 3d018c3 ("dpif-netdev: add subtable lookup prio set command.")
Signed-off-by: Cian Ferriter <[email protected]>
Signed-off-by: Ian Stokes <[email protected]>
  • Loading branch information
cferriter authored and istokes committed Aug 16, 2021
1 parent c15c3df commit 3004ebf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/dpif-netdev-unixctl.man
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,18 @@ When this is the case, the above command prints the load-balancing information
of the bonds configured in datapath \fIdp\fR showing the interface associated
with each bucket (hash).
.
.IP "\fBdpif-netdev/subtable-lookup-prio-get\fR"
Lists the DPCLS implementations or lookup functions that are available as well
as their priorities.
.
.IP "\fBdpif-netdev/subtable-lookup-prio-set\fR \fIlookup_function\fR \
\fIprio\fR"
Sets the priority of a lookup function by name, \fIlookup_function\fR, and
priority, \fIprio\fR, which should be a positive integer value. The highest
priority lookup function is used for classification.

The number of affected dpcls ports and subtables is returned.
.
.IP "\fBdpif-netdev/dpif-impl-get\fR
Lists the DPIF implementations that are available.
.
Expand Down

0 comments on commit 3004ebf

Please sign in to comment.