From d5d681f4cce187e9e32a5870190ff266ea9b4f33 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Mon, 6 Sep 1993 12:26:10 +0000 Subject: [PATCH] Add the following line to all generic configs as a comment so people would know that they need to turn this on to get packets to forward. #options GATEWAY #Host is a Gateway (forwards packets) --- sys/i386/conf/GENERICAH | 3 ++- sys/i386/conf/GENERICBT | 3 ++- sys/i386/conf/SYSCONS | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH index 283d2c9e8e1..29fcf8aad7d 100644 --- a/sys/i386/conf/GENERICAH +++ b/sys/i386/conf/GENERICAH @@ -1,7 +1,7 @@ # # GENERICAH -- Generic machine with WD/AHx family disks # -# $Id: GENERICAH,v 1.6 1993/08/28 13:21:43 rgrimes Exp $ +# $Id: GENERICAH,v 1.7 1993/08/31 15:17:23 rgrimes Exp $ # machine "i386" @@ -19,6 +19,7 @@ options "COMPAT_43" #Compatible with BSD 4.3 options "TCP_COMPAT_42" #TCP/IP compatible with 4.2 options XSERVER #Xserver options UCONSOLE #X Console support +#options GATEWAY #Host is a Gateway (forwards packets) config "386bsd" root on wd0 swap on wd0 and sd0 diff --git a/sys/i386/conf/GENERICBT b/sys/i386/conf/GENERICBT index 921ceca8fcf..3298e75d6d3 100644 --- a/sys/i386/conf/GENERICBT +++ b/sys/i386/conf/GENERICBT @@ -1,7 +1,7 @@ # # GENERICBT -- Generic machine with WD/BTx family disks # -# $Id: GENERICBT,v 1.3 1993/08/28 13:21:45 rgrimes Exp $ +# $Id: GENERICBT,v 1.4 1993/08/31 15:17:25 rgrimes Exp $ # machine "i386" @@ -19,6 +19,7 @@ options "COMPAT_43" #Compatible with BSD 4.3 options "TCP_COMPAT_42" #TCP/IP compatible with 4.2 options XSERVER #Xserver options UCONSOLE #X Console support +#options GATEWAY #Host is a Gateway (forwards packets) config "386bsd" root on wd0 swap on wd0 and sd0 diff --git a/sys/i386/conf/SYSCONS b/sys/i386/conf/SYSCONS index 899fc1594e7..82e6fa40bee 100644 --- a/sys/i386/conf/SYSCONS +++ b/sys/i386/conf/SYSCONS @@ -1,7 +1,7 @@ # # SYSCONS -- Generic machine with WD/AHx family disks and syscons # -# $Id: SYSCONS,v 1.4 1993/08/28 13:21:47 rgrimes Exp $ +# $Id: SYSCONS,v 1.5 1993/08/31 15:17:26 rgrimes Exp $ # machine "i386" @@ -20,6 +20,7 @@ options "TCP_COMPAT_42" #TCP/IP compatible with 4.2 options XSERVER #Xserver options UCONSOLE #X Console support options "NCONS=8" #8 virtual consoles +#options GATEWAY #Host is a Gateway (forwards packets) config "386bsd" root on wd0 swap on wd0 and sd0