Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2019 15:03:54 +0000 (UTC)
From:      Vincenzo Maffione <vmaffione@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r342886 - head/share/man/man4
Message-ID:  <201901091503.x09F3s4r093882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901091503.x09F3s4r093882>