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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to