#!/bin/sh

if [ "$ACTION" = "ifup" ]
then
	/etc/init.d/dhcp-fwd stop
	/etc/init.d/dhcp-fwd start
fi


