summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2008-08-16 11:48:44 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2008-08-16 11:48:44 +0000
commitffd531344d0d7fa5671f1d242dbfe68a473ca03d (patch)
treed1a75792bf51e05bdf7e4b7f5ca51500c03aa8ef
parent46bd42190c5d561abf13321eeb8f534fccc33b7d (diff)
Notes
-rw-r--r--share/man/man4/bpf.415
1 files changed, 12 insertions, 3 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4
index bb278586fbb1..67a546f258fb 100644
--- a/share/man/man4/bpf.4
+++ b/share/man/man4/bpf.4
@@ -230,6 +230,7 @@ This is useful for programs like
which must respond to messages in real time.
The default for a new file is off.
.It Dv BIOCSETF
+.It Dv BIOCSETFNR
.Pq Li "struct bpf_program"
Sets the read filter program used by the kernel to discard uninteresting
packets.
@@ -249,12 +250,20 @@ field while its length in units of
is given by the
.Li bf_len
field.
-Also, the actions of
-.Dv BIOCFLUSH
-are performed.
See section
.Sx "FILTER MACHINE"
for an explanation of the filter language.
+The only difference between
+.Dv BIOCSETF
+and
+.Dv BIOCSETFNR
+is
+.Dv BIOCSETF
+performs the actions of
+.Dv BIOCFLUSH
+while
+.Dv BIOCSETFNR
+does not.
.It Dv BIOCSETWF
.Pq Li "struct bpf_program"
Sets the write filter program used by the kernel to control what type of