#
# /etc/sysconfig/atm - basic ATM setup
#
# For detailed ATM networking configuration see files in /etc/atm/
#

# enable ATM support
ATM=yes			

# Set it to the number of _physical_ interfaces you have
# (real cards, not lec? or atm? - these are virtual)
ATM_NICS_NUMBER=1

# Classical IP over ATM (interfaces 'atm*')
CLIP=yes

# LAN Emulation clients (interfaces 'lec*')
LANE=yes		

# RFC1483/2684 Bridged protocols
BR2684=no

# PPP over ATM
PPPOA=no

# LAN Emulation services (LECS, LES, BUS)
LANE_SERVER_SERVICES=no	

# If you don't know what signalling and ILMI are, just leave the lines
# below untouched (or set them to 'yes')

SIGNALLING=yes		# use signalling
ILMI=yes		# use ILMI

SIGNALLING_DEBUG=no	# massive signalling logging
