Remove PFIL_HOOKS references, code was unifdefed.
From David H. Gutteridge in PR 48146. Bump date.
This commit is contained in:
parent
31b8d2c593
commit
19c47e9aa9
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: options.4,v 1.426 2013/07/22 13:56:46 wiz Exp $
|
||||
.\" $NetBSD: options.4,v 1.427 2013/08/22 07:17:11 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996
|
||||
.\" Perry E. Metzger. All rights reserved.
|
||||
|
@ -30,7 +30,7 @@
|
|||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\"
|
||||
.Dd July 22, 2013
|
||||
.Dd August 22, 2013
|
||||
.Dt OPTIONS 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -1928,13 +1928,6 @@ the initial size can be set to some other value.
|
|||
The initial TCP window size can be set via
|
||||
.Xr sysctl 8
|
||||
as well.
|
||||
.It Cd options PFIL_HOOKS
|
||||
This option turns on the packet filter interface hooks.
|
||||
See
|
||||
.Xr pfil 9
|
||||
for details.
|
||||
This option assumes
|
||||
.Em INET .
|
||||
.It Cd options IPFILTER_LOG
|
||||
This option, in conjunction with
|
||||
.Em pseudo-device ipfilter ,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: pfil.9,v 1.32 2010/03/22 18:58:33 joerg Exp $
|
||||
.\" $NetBSD: pfil.9,v 1.33 2013/08/22 07:17:11 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 Matthew R. Green
|
||||
.\" All rights reserved.
|
||||
|
@ -24,7 +24,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd January 8, 2006
|
||||
.Dd August 22, 2013
|
||||
.Dt PFIL 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -137,12 +137,6 @@ or
|
|||
.It PFIL_WAITOK
|
||||
OK to call malloc with M_WAITOK.
|
||||
.El
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
interface is enabled in the kernel via the
|
||||
.Sy PFIL_HOOKS
|
||||
option.
|
||||
.Sh SEE ALSO
|
||||
.Xr bpf 4
|
||||
.Sh HISTORY
|
||||
|
|
Loading…
Reference in New Issue