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)
This commit is contained in:
Rodney W. Grimes 1993-09-06 12:26:10 +00:00
parent b19498e103
commit d5d681f4cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=395
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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