svn commit: r342886 - head/share/man/man4

Vincenzo Maffione vmaffione at FreeBSD.org
Wed Jan 9 15:03:55 UTC 2019


Author: vmaffione
Date: Wed Jan  9 15:03:54 2019
New Revision: 342886
URL: https://svnweb.freebsd.org/changeset/base/342886

Log:
  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

Modified:
  head/share/man/man4/netmap.4

Modified: head/share/man/man4/netmap.4
==============================================================================
--- head/share/man/man4/netmap.4	Wed Jan  9 14:54:24 2019	(r342885)
+++ head/share/man/man4/netmap.4	Wed Jan  9 15:03:54 2019	(r342886)
@@ -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


More information about the svn-src-all mailing list