From 5c9a92362a95045130d1cb6182b506f21e647186 Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 12 Mar 1997 20:35:45 +0000 Subject: [PATCH] Document PPP_FILTER; bpf based filtering for pppd. --- share/man/man4/options.4 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index b5f4127403e5..f9953a10effc 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: options.4,v 1.12 1997/03/11 03:49:04 perry Exp $ +.\" $NetBSD: options.4,v 1.13 1997/03/12 20:35:45 christos Exp $ .\" .\" Copyright (c) 1996 .\" Perry E. Metzger. All rights reserved. @@ -704,6 +704,14 @@ the remote end would not respond. This option turns on the packet filter interface hooks. See .Xr pfil 9 for details. +.It Cd options PPP_FILTER +This option turns on +.Xr pcap 3 +based filtering for ppp connections. This option is used by +.Xr pppd 8 +which needs to be compiled with +.Em PPP_FILTER +defined (the current default). .El .Ss System V IPC Options .Bl -ohang