diff options
author | 2016-03-29 05:20:09 +0000 | |
---|---|---|
committer | 2016-03-29 05:20:09 +0000 | |
commit | 6da2566fbee44bc604676316fb3475ffb799be4e (patch) | |
tree | fefd19a88f7e19ac6420fa3a2a20a75a640a24f4 | |
parent | some basic doco for the bpf_mtap family of functions. (diff) | |
download | wireguard-openbsd-6da2566fbee44bc604676316fb3475ffb799be4e.tar.xz wireguard-openbsd-6da2566fbee44bc604676316fb3475ffb799be4e.zip |
IPL_NET, not IPL_HIGH.
too much reading task_add.9 as a reference
-rw-r--r-- | share/man/man9/bpf_mtap.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/bpf_mtap.9 b/share/man/man9/bpf_mtap.9 index ed938acb24e..d2be6e26439 100644 --- a/share/man/man9/bpf_mtap.9 +++ b/share/man/man9/bpf_mtap.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bpf_mtap.9,v 1.1 2016/03/29 05:18:24 dlg Exp $ +.\" $OpenBSD: bpf_mtap.9,v 1.2 2016/03/29 05:20:09 dlg Exp $ .\" .\" Copyright (c) 2016 David Gwynne <dlg@openbsd.org> .\" @@ -116,7 +116,7 @@ before matching occurs. and .Fn bpf_mtap_ether can be called from process context, or from an interrupt context at or below -.Dv IPL_HIGH . +.Dv IPL_NET . .Sh RETURN VALUES .Fn bpf_tap returns 1 if the packet matched a filter that indicates the packet |