#
# ident "@(#)defaults.sparc 1.7     02/11/15 SMI"
#
# Copyright 1999-2002 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#

#####################################################
#
# Defaults for scinstall on Sparc
#
#####################################################

#
# NOTE:  all supported transport adapter types are also listed
#	 in SUNW.generic.clpl.  SC_DFLT_KNOWN_ETHERNET_ADAPTERS
#        must be a subset of that list.
#
SC_DFLT_KNOWN_ETHERNET_ADAPTERS="hme qfe ge eri ce bge"
SC_DFLT_KNOWN_WILDCAT_ADAPTER="wrsm"
SC_DFLT_KNOWN_WILDCAT_JUNCTION="sw_wrsm"
SC_DFLT_KNOWN_TRTYPES="dlpi rsm"

SC_DFLT_TRANSPORT_TYPE=dlpi
SC_DFLT_ADAPTER_NAME=hme1
SC_DFLT_ADAPTER_OPTS="trtype=${SC_DFLT_TRANSPORT_TYPE},name=${SC_DFLT_ADAPTER_NAME}"

SC_DFLT_JUNCTION_TYPE=switch
SC_DFLT_JUNCTION_NAME1=switch1
SC_DFLT_JUNCTION_NAME2=switch2
SC_DFLT_JUNCTION_OPTS="type=${SC_DFLT_JUNCTION_TYPE},name=${SC_DFLT_JUNCTION_NAME1}"

SC_DFLT_NETADDR=172.16.0.0
SC_DFLT_NETMASK=255.255.0.0
SC_DFLT_GDIR=/globaldevices
