diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-10-13 11:59:50 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-10-13 11:59:50 +0000 |
commit | 302b817fc4816dc40393a080e646204e3aa08e87 (patch) | |
tree | e5946c9d57fb05e2ef4713c9fb89129057711911 /share/man/man4/bpf.4 | |
parent | 51c13c8086cbe605db8155d0e43b6e827c47bab3 (diff) |
comment out the "filter drop" option because it has never been fully
implemented and is not useable at all.
ok henning@
Diffstat (limited to 'share/man/man4/bpf.4')
-rw-r--r-- | share/man/man4/bpf.4 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index bfddcc1ed55..ebc73b457d5 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bpf.4,v 1.25 2005/04/15 18:15:30 jaredy Exp $ +.\" $OpenBSD: bpf.4,v 1.26 2005/10/13 11:59:49 reyk Exp $ .\" $NetBSD: bpf.4,v 1.7 1995/09/27 18:31:50 thorpej Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. @@ -405,14 +405,14 @@ automatically by the interface output routine. Set to one if the link level source address will be written, as provided, to the wire. This flag is initialized to zero by default. -.Pp -.It Dv BIOCGFILDROP Fa "u_int *" -.It Dv BIOCSFILDROP Fa "u_int *" -Get or set the status of the -.Dq filter drop -flag. -If non-zero, packets matching any filters will be reported to the -associated interface so that they can be dropped. +.\" .Pp +.\" .It Dv BIOCGFILDROP Fa "u_int *" +.\" .It Dv BIOCSFILDROP Fa "u_int *" +.\" Get or set the status of the +.\" .Dq filter drop +.\" flag. +.\" If non-zero, packets matching any filters will be reported to the +.\" associated interface so that they can be dropped. .El .Ss Standard ioctls .Nm |