diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2016-03-29 05:20:10 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2016-03-29 05:20:10 +0000 |
commit | cc81754c6ca98f9b1495fd7ba3671695eeb7a425 (patch) | |
tree | 6b0418852a2b66d54de3dec3ef63c8add6937a19 /share | |
parent | 6468b9d6c4847550a662676f29b26bea6c1663f2 (diff) |
IPL_NET, not IPL_HIGH.
too much reading task_add.9 as a reference
Diffstat (limited to 'share')
-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 |