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