mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
netmap: fix bridge example in netmap(4)
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194872 Reported by: adrian MFC after: 3 days
This commit is contained in:
parent
e4ae22e669
commit
e1344f3c32
1 changed files with 2 additions and 2 deletions
|
|
@ -981,9 +981,9 @@ is another test program which interconnects two
|
|||
ports.
|
||||
It can be used for transparent forwarding between
|
||||
interfaces, as in
|
||||
.Dl bridge -i ix0 -i ix1
|
||||
.Dl bridge -i netmap:ix0 -i netmap:ix1
|
||||
or even connect the NIC to the host stack using netmap
|
||||
.Dl bridge -i ix0 -i ix0
|
||||
.Dl bridge -i netmap:ix0
|
||||
.Ss USING THE NATIVE API
|
||||
The following code implements a traffic generator
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue