#!/bin/sh
#
# This script is called to "give up" an IP address when requested
#
# It could be that we don't have it, in which case we ignore the request.
#
#
# Note: this script is called by the heart
#!/bin/sh
#
# This script is called in response to an ip-request message after the
# one we've called calls us back.
#
# What we do then is to take over the IP address requested...
#
# Note: this scri