From 447b7110ebde91d46fdf1d1cafeab32821cba0f5 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Wed, 18 Oct 2006 19:11:55 +0000 Subject: enable IPv6 on the RAMDISK image. ok deraadt@ --- sys/arch/sgi/conf/RAMDISK | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/sgi/conf/RAMDISK b/sys/arch/sgi/conf/RAMDISK index b6691952a55..ba79919cd0a 100644 --- a/sys/arch/sgi/conf/RAMDISK +++ b/sys/arch/sgi/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.13 2005/05/01 17:19:34 david Exp $ +# $OpenBSD: RAMDISK,v 1.14 2006/10/18 19:11:54 brad Exp $ # machine sgi mips64 @@ -25,7 +25,8 @@ option FFS # fast filesystem option NFSCLIENT # Sun NFS-compatible filesystem (client) # Networking options -option INET # Internet protocols +option INET # IP + ICMP + TCP + UDP +option INET6 # IPv6 (needs INET) # RAMDISK stuff option MINIROOTSIZE=8192 -- cgit v1.2.3