summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/log.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-08-28 23:24:52 +0000
committerbrian <brian@FreeBSD.org>2000-08-28 23:24:52 +0000
commitf1f515c99757cd2ae37daa5646d00d260b60e939 (patch)
treebab0ee9692b81917bebfd42baf98ea1fe92ee1d1 /usr.sbin/ppp/log.c
parentcd4f482f28b1222c4d52199528d136dfd2f128f2 (diff)
downloadFreeBSD-src-f1f515c99757cd2ae37daa5646d00d260b60e939.zip
FreeBSD-src-f1f515c99757cd2ae37daa5646d00d260b60e939.tar.gz
Add LogFILTER logging to log packets allowed by the dial filter and
dropped by any filter. Submitted by: Mark Hannon <markhannon@one.net.au> with some small tweaks by me.
Diffstat (limited to 'usr.sbin/ppp/log.c')
-rw-r--r--usr.sbin/ppp/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/log.c b/usr.sbin/ppp/log.c
index 97ab853..1b32941 100644
--- a/usr.sbin/ppp/log.c
+++ b/usr.sbin/ppp/log.c
@@ -51,6 +51,7 @@ static const char * const LogNames[] = {
"Connect",
"Debug",
"DNS",
+ "Filter", /* Log discarded packets */
"HDLC",
"ID0",
"IPCP",
OpenPOWER on IntegriCloud