diff options
author | peter <peter@FreeBSD.org> | 1997-10-18 01:15:32 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-10-18 01:15:32 +0000 |
commit | 8b1ecf4d4cf01928d62af8d956928ad1b79215f6 (patch) | |
tree | fe645bf5adf5d68b56cdcd18e80fbfd0b2a0fd90 /sys/conf | |
parent | 1cd3ef3a0ebcd3df175cda42fde3ed0b7875fe33 (diff) | |
download | FreeBSD-src-8b1ecf4d4cf01928d62af8d956928ad1b79215f6.zip FreeBSD-src-8b1ecf4d4cf01928d62af8d956928ad1b79215f6.tar.gz |
Convert PPP_FILTER to an option
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index 058add5..ef25076 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.34 1997/09/16 18:35:56 joerg Exp $ +# $Id: options,v 1.35 1997/09/22 21:23:57 joerg Exp $ # Format: # Option name filename @@ -102,4 +102,5 @@ IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h IPFIREWALL_DEFAULT_TO_ACCEPT opt_ipfw.h PPP_BSDCOMP opt_ppp.h PPP_DEFLATE opt_ppp.h +PPP_FILTER opt_ppp.h TCPDEBUG |