From 571fae988ffe886c0a34b5d38f089cd2f240bf93 Mon Sep 17 00:00:00 2001 From: dyoung Date: Mon, 4 Dec 2006 01:30:56 +0000 Subject: [PATCH] Compile gre(4) into the GENERIC kernel. --- sys/arch/sparc64/conf/GENERIC | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 61894b8f46f4..92fbe43f330f 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.78 2006/11/26 16:14:03 tsutsui Exp $ +# $NetBSD: GENERIC,v 1.79 2006/12/04 01:30:56 dyoung Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/sparc64/conf/std.sparc64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.78 $" +#ident "GENERIC-$Revision: 1.79 $" maxusers 64 @@ -672,7 +672,7 @@ pseudo-device tun pseudo-device tap # virtual Ethernet ## Generic L3 over IP tunnel -#pseudo-device gre # generic L3 over IP tunnel +pseudo-device gre # generic L3 over IP tunnel ## Berkeley Packet Filter, required to run RARPD. A generic C-language ## interface that allows selective examining of incoming packets.