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

Eugene Grosbein eugen at FreeBSD.org
Mon Dec 17 07:02:51 UTC 2018


Author: eugen
Date: Mon Dec 17 07:02:50 2018
New Revision: 342158
URL: https://svnweb.freebsd.org/changeset/base/342158

Log:
  MFC r342071: ng_bpf.4: fix EXAMPLES: do not activate promiscuous mode
  
  PR:	102719

Modified:
  stable/11/share/man/man4/ng_bpf.4
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man4/ng_bpf.4
==============================================================================
--- stable/11/share/man/man4/ng_bpf.4	Mon Dec 17 06:58:11 2018	(r342157)
+++ stable/11/share/man/man4/ng_bpf.4	Mon Dec 17 07:02:50 2018	(r342158)
@@ -156,7 +156,7 @@ INHOOK="hook1"
 MATCHHOOK="hook2"
 NOTMATCHHOOK="hook3"
 
-BPFPROG=$( tcpdump -s 8192 -ddd ${PATTERN} | \\
+BPFPROG=$( tcpdump -s 8192 -p -ddd ${PATTERN} | \\
            ( read len ; \\
              echo -n "bpf_prog_len=$len" ; \\
              echo -n "bpf_prog=[" ; \\


More information about the svn-src-all mailing list