#!/bin/sh #---------------------------------------------------------------------------- # Sample udhcpc deconfig script # # Creation: 2002-09-25 od # Last Update: $Id$ # # Copyright (c) 2001-2005 the eisfair team, team(at)eisfair(dot)org # Copyright (c) 2011-@@YEAR@@ Holger Bruenjes, holgerbruenjes(at)gmx(dot)net # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #---------------------------------------------------------------------------- NAME=ip IP=/usr/sbin/${NAME} ${IP} -4 addr flush dev ${interface} ${IP} link set ${interface} up # --------------------------------------------------------------------------- # end # ---------------------------------------------------------------------------