#
# Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
# 
# This file will be sourced in by dhcp_register and the parameters
# listed below will be used.
#
# These parameters can be customized in (key=value) form
#
#        RS - name of the resource for the application
#        RG - name of the resource group containing RS
#      PORT - name of any port number, as it's ignored
#        LH - name of the LogicalHostname SC resource
#   NETWORK - name of the DHCP Network, separated with a /
#               where each network is made up of the following
#		<network>@<nafo or ipmp>@<node number>
#    HAS_RS - name of the DHCP HAStoragePlus SC resource
#
# Additional parameters to Sun Cluster Carrier-Grade Edition
#         USE_CGTP - CGTP is being used (TRUE/FALSE)
#  USE_STATIC_DHCP - static DHCP tables should be used (TRUE/FALSE)
#    TEST_CLIENTID - the mac-address of the test-client
#     TFTPTESTFILE - path to Tftp testfile
#
#	The following two examples illustrate sample parameters
#	for DHCP on a 2 node cluster (tequila/sunrise)
#
#	Sun Cluster 3.0 using nafo
#
#	NETWORK=192.168.100.0@nafo0@1/192.168.100.0@nafo0@2
#
#	Sun Cluster 3.1 using ipmp
#
#	NETWORK=192.168.100.0@ipmp0@1/192.168.100.0@ipmp0@2
#	

RS=
RG=
PORT=
LH=
NETWORK=
HAS_RS=

# Options to Sun Cluster Carrier-Grade Edition

USE_CGTP=FALSE
USE_STATIC_DHCP=FALSE
TEST_CLIENTID=
TFTPTESTFILE=

