diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-05 05:13:47 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-05 05:13:47 +0000 |
commit | 04457c257688311be72ae9b99bb7e199f45105d7 (patch) | |
tree | a5d9719a36115e19a62559177bfc0dbacb938105 /sys/conf | |
parent | 82185cf04039b6820a6af9dab5833c17bd680a60 (diff) |
Add commented-out MROUTING option (for completeness) -- (james@oaktree.co.uk)
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 6b6e2373b3d..52f969e469f 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.67 2000/12/31 00:15:22 angelos Exp $ +# $OpenBSD: GENERIC,v 1.68 2001/01/05 05:13:46 angelos Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -80,6 +80,7 @@ option IPFILTER # IP packet filter for security option IPFILTER_LOG # use /dev/ipl to log IPF option PPP_BSDCOMP # PPP BSD compression option PPP_DEFLATE +#option MROUTING # Multicast router pseudo-device loop 2 # network loopback pseudo-device bpfilter 8 # packet filter |