HW_DESC=$1
IFACE=$2
if [ -r /etc/sysconfig/network/ifcfg-$HW_DESC ] ; then
	. /etc/sysconfig/network/ifcfg-$HW_DESC
fi
if [ -r /var/run/dhcp6c-${IFACE}.pid ]; then
	killproc -p /var/run/dhcp6c-${IFACE}.pid /usr/sbin/dhcp6c
fi
