svn commit: r342159 - stable/10/share/man/man4

Eugene Grosbein eugen at FreeBSD.org
Mon Dec 17 07:03:37 UTC 2018


Author: eugen
Date: Mon Dec 17 07:03:36 2018
New Revision: 342159
URL: https://svnweb.freebsd.org/changeset/base/342159

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

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

Modified: stable/10/share/man/man4/ng_bpf.4
==============================================================================
--- stable/10/share/man/man4/ng_bpf.4	Mon Dec 17 07:02:50 2018	(r342158)
+++ stable/10/share/man/man4/ng_bpf.4	Mon Dec 17 07:03:36 2018	(r342159)
@@ -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-stable mailing list