* Add INET6 and IPSEC support.
* Enable vnd driver for creating a working miniroot.
This commit is contained in:
parent
0b445f157e
commit
74fa574688
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: RC3230,v 1.1 2000/08/12 22:57:59 wdk Exp $
|
||||
# $NetBSD: RC3230,v 1.2 2000/09/16 09:35:38 wdk Exp $
|
||||
#
|
||||
include "arch/mipsco/conf/std.mipsco"
|
||||
|
||||
|
@ -56,6 +56,9 @@ options QUOTA # FFS quotas
|
|||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options INET6 # Internet protocols
|
||||
options IPSEC # Internet protocols
|
||||
options IPSEC_ESP # Internet protocols
|
||||
#options GATEWAY # IP packet forwarding
|
||||
#options MROUTING # packet forwarding of multicast packets
|
||||
#options NS # Xerox NS networking
|
||||
|
@ -111,8 +114,11 @@ pseudo-device pty 32 # pseudo-terminals
|
|||
pseudo-device tun 4 # Network "tunnel" device
|
||||
#pseudo-device gre 2 # generic L3 over IP tunnel
|
||||
pseudo-device bpfilter 16 # Berkeley Packet Filter
|
||||
#pseudo-device vnd 4 # disk-like interface to files
|
||||
#pseudo-device ccd 4 # concatenated and striped disks
|
||||
pseudo-device vnd 4 # disk-like interface to files
|
||||
pseudo-device ccd 4 # concatenated and striped disks
|
||||
#pseudo-device raid 4 # RAIDframe disk driver
|
||||
#pseudo-device strip 1 # radio clock
|
||||
#pseudo-device ipfilter # ip filter
|
||||
|
||||
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
||||
|
|
Loading…
Reference in New Issue