svn commit: r342960 - stable/11/share/man/man4

Vincenzo Maffione vmaffione at FreeBSD.org
Sat Jan 12 08:30:14 UTC 2019


Author: vmaffione
Date: Sat Jan 12 08:30:13 2019
New Revision: 342960
URL: https://svnweb.freebsd.org/changeset/base/342960

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/11/share/man/man4/netmap.4
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man4/netmap.4
==============================================================================
--- stable/11/share/man/man4/netmap.4	Sat Jan 12 08:29:27 2019	(r342959)
+++ stable/11/share/man/man4/netmap.4	Sat Jan 12 08:30:13 2019	(r342960)
@@ -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-11 mailing list