mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Netmap: fix documentation for NR_REG_NIC_SW mode
The correct character to add to the intername name is *, not + Reviewed by: vmaffione, bcr Sponsored By: Klara Inc. Differential Revision: https://reviews.freebsd.org/D30324
This commit is contained in:
parent
3975688563
commit
73e77cf90b
1 changed files with 1 additions and 1 deletions
|
|
@ -655,7 +655,7 @@ In the example below, "netmap:foo" is any valid netmap port name.
|
|||
(default) all hardware ring pairs
|
||||
.It NR_REG_SW "netmap:foo^"
|
||||
the ``host rings'', connecting to the host stack.
|
||||
.It NR_REG_NIC_SW "netmap:foo+"
|
||||
.It NR_REG_NIC_SW "netmap:foo*"
|
||||
all hardware rings and the host rings
|
||||
.It NR_REG_ONE_NIC "netmap:foo-i"
|
||||
only the i-th hardware ring pair, where the number is in
|
||||
|
|
|
|||
Loading…
Reference in a new issue