Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/conf Add ipfilter, and a bunch of (commented ou...
details: https://anonhg.NetBSD.org/src/rev/673a8c373556
branches: trunk
changeset: 503416:673a8c373556
user: abs <abs%NetBSD.org@localhost>
date: Mon Feb 05 17:32:08 2001 +0000
description:
Add ipfilter, and a bunch of (commented out) network options.
diffstat:
sys/arch/vax/conf/GENERIC | 23 ++++++++++++++++++-----
1 files changed, 18 insertions(+), 5 deletions(-)
diffs (55 lines):
diff -r 45662d405ebd -r 673a8c373556 sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Mon Feb 05 16:51:16 2001 +0000
+++ b/sys/arch/vax/conf/GENERIC Mon Feb 05 17:32:08 2001 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.86 2001/02/04 20:36:26 ragge Exp $
+# $NetBSD: GENERIC,v 1.87 2001/02/05 17:32:08 abs Exp $
#
# GENERIC VAX configuration file; all supported devices.
#
include "arch/vax/conf/std.vax"
-#ident "GENERIC-$Revision: 1.86 $"
+#ident "GENERIC-$Revision: 1.87 $"
# Here are all different supported CPU types listed.
#options "VAX8800" # VAX 8500, 8530, 8550, 8700, 8800
@@ -39,14 +39,26 @@
options SCSIVERBOSE # Verbose SCSI errors
-# Network support
-#options GATEWAY
+# Networking options
+#options GATEWAY # packet forwarding
options NTP # NTP kernel support
-options INET # IPv4
+options INET # IP + ICMP + TCP + UDP
options INET6 # IPV6
#options IPSEC # IP security
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
+#options MROUTING # IP multicast routing
+#options NS # XNS
+#options NSIP # XNS tunneling over IP
+#options ISO,TPIP # OSI
+#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
# All supported filesystem types
file-system FFS
@@ -214,6 +226,7 @@
pseudo-device loop 1
pseudo-device pty # pseudo-terminals
pseudo-device bpfilter 8 # Not supported by de yet.
+pseudo-device ipfilter # IP filter (firewall) and NAT
#pseudo-device sl 2
#pseudo-device ppp 2
pseudo-device tun 2
Home |
Main Index |
Thread Index |
Old Index