From e1344f3c32330875d340f3fda125d26a87d4f3aa Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Wed, 9 Jan 2019 15:03:54 +0000 Subject: [PATCH] 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 --- share/man/man4/netmap.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/netmap.4 b/share/man/man4/netmap.4 index 3ee7ccf13892..cbdd554357dd 100644 --- a/share/man/man4/netmap.4 +++ b/share/man/man4/netmap.4 @@ -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