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:
Vincenzo Maffione 2019-01-09 15:03:54 +00:00
parent e4ae22e669
commit e1344f3c32
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342886

View File

@ -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