Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/conf Add enabled options NETATALK and IPFILTER...



details:   https://anonhg.NetBSD.org/src/rev/dce72f84ca7f
branches:  trunk
changeset: 467731:dce72f84ca7f
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Mar 28 06:17:40 1999 +0000

description:
Add enabled options NETATALK and IPFILTER_LOG, and disabled PPP_BSDCOMP,
PPP_DEFLATE, PPP_FILTER and PFIL_HOOKS

Partial fix for kern/7264 from Greg Woods.  Too much variance in all
ports GENERIC config files to do across the board right now.

diffstat:

 sys/arch/pmax/conf/GENERIC |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r d6d784404e65 -r dce72f84ca7f sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC        Sun Mar 28 06:00:18 1999 +0000
+++ b/sys/arch/pmax/conf/GENERIC        Sun Mar 28 06:17:40 1999 +0000
@@ -2,7 +2,7 @@
 # Distribution kernel (any model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.37 1999/03/27 15:31:50 simonb Exp $
+#      $NetBSD: GENERIC,v 1.38 1999/03/28 06:17:40 simonb Exp $
 #
 include                "arch/pmax/conf/std.pmax"
 
@@ -72,6 +72,12 @@
 #options       TPIP            # TPIP
 #options       EON             # OSI tunneling over IP
 #options       CCITT,LLC,HDLC  # X.25
+options        NETATALK        # AppleTalk networking protocols
+#options       PPP_BSDCOMP     # BSD-Compress compression support for PPP
+#options       PPP_DEFLATE     # Deflate compression support for PPP
+#options       PPP_FILTER      # Active filter support for PPP (requires bpf)
+#options       PFIL_HOOKS      # pfil(9) packet filter hooks
+options        IPFILTER_LOG    # ipmon(8) log support
 
 # NetBSD backwards compatibility
 #options       COMPAT_10       # NetBSD 1.0, (needed for X on 386?)



Home | Main Index | Thread Index | Old Index