#
# /etc/sysconfig/interfaces/ifcfg-atm*	- CLIP interfaces
#
#	PVC example
#
DEVICE=atm1			# device name
IPADDR=192.168.0.1		# hosts's IP address on the ATM LIS
PREFIX=24
ATMARP_REMIP=192.168.0.2	# IP addres of the other point of PVC
ATMARP_PVC=0.0.80
DEFAULTHANDLING=yes		# mandatory for this kind of interface
ARP=yes				# mandatory for this kind of interface
ONBOOT=yes

. /etc/sysconfig/network-scripts/ifup-atm.post
