svn commit: r342958 - stable/12/share/man/man4

Vincenzo Maffione vmaffione at FreeBSD.org
Sat Jan 12 08:27:01 UTC 2019


Author: vmaffione
Date: Sat Jan 12 08:26:58 2019
New Revision: 342958
URL: https://svnweb.freebsd.org/changeset/base/342958

Log:
  MFC r342886
  
  netmap: fix bridge example in netmap(4)
  
  PR:     https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194872
  Reported by:    adrian

Modified:
  stable/12/share/man/man4/netmap.4
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man4/netmap.4
==============================================================================
--- stable/12/share/man/man4/netmap.4	Sat Jan 12 08:25:49 2019	(r342957)
+++ stable/12/share/man/man4/netmap.4	Sat Jan 12 08:26:58 2019	(r342958)
@@ -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-stable-12 mailing list