1#!/bin/sh
2# Sample udhcpc deconfig script
3
4/sbin/ifconfig $interface 0.0.0.0
5