Add
options INET6 # IPV6 #options IPSEC # IP security #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) #options IPSEC_DEBUG # debug for IP security In the case of VOYAGER, comment out INET6 also
This commit is contained in:
parent
d3ca42abf0
commit
cee0acd601
@ -1,4 +1,4 @@
|
||||
# $NetBSD: A7000,v 1.38 2000/09/24 15:59:29 jdolecek Exp $
|
||||
# $NetBSD: A7000,v 1.39 2000/11/03 10:18:55 abs Exp $
|
||||
#
|
||||
# A7000 - Full A7000 configuration
|
||||
#
|
||||
@ -63,6 +63,10 @@ options NFSSERVER
|
||||
|
||||
options GATEWAY # packet forwarding
|
||||
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: EBSA285,v 1.17 2000/09/24 15:59:29 jdolecek Exp $
|
||||
# $NetBSD: EBSA285,v 1.18 2000/11/03 10:18:56 abs Exp $
|
||||
#
|
||||
# EBSA285 -- EBSA285 Architecture Kernel
|
||||
#
|
||||
@ -68,6 +68,10 @@ options NFSSERVER
|
||||
|
||||
#options GATEWAY # packet forwarding
|
||||
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RC7500,v 1.32 2000/09/24 15:59:29 jdolecek Exp $
|
||||
# $NetBSD: RC7500,v 1.33 2000/11/03 10:18:56 abs Exp $
|
||||
#
|
||||
# RC7500 - Config for the VLSI RC7500 board
|
||||
#
|
||||
@ -65,6 +65,10 @@ options NFSSERVER
|
||||
|
||||
#options GATEWAY # packet forwarding
|
||||
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RISCPC,v 1.29 2000/10/26 14:15:33 abs Exp $
|
||||
# $NetBSD: RISCPC,v 1.30 2000/11/03 10:18:56 abs Exp $
|
||||
#
|
||||
# RISCPC -- Full RiscPC config
|
||||
#
|
||||
@ -66,6 +66,10 @@ options NFSSERVER
|
||||
|
||||
options GATEWAY # packet forwarding
|
||||
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VOYAGER,v 1.49 2000/09/24 15:59:29 jdolecek Exp $
|
||||
# $NetBSD: VOYAGER,v 1.50 2000/11/03 10:18:56 abs Exp $
|
||||
#
|
||||
# VOYAGER - Mark's development kernel
|
||||
#
|
||||
@ -63,6 +63,10 @@ options NFSSERVER
|
||||
|
||||
options GATEWAY # packet forwarding
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user