svn commit: r342157 - stable/12/share/man/man4

Eugene Grosbein eugen at FreeBSD.org
Mon Dec 17 06:58:12 UTC 2018


Author: eugen
Date: Mon Dec 17 06:58:11 2018
New Revision: 342157
URL: https://svnweb.freebsd.org/changeset/base/342157

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

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

Modified: stable/12/share/man/man4/ng_bpf.4
==============================================================================
--- stable/12/share/man/man4/ng_bpf.4	Mon Dec 17 05:07:57 2018	(r342156)
+++ stable/12/share/man/man4/ng_bpf.4	Mon Dec 17 06:58:11 2018	(r342157)
@@ -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