#!/bin/bash

libexec=/usr/local/share/ebox

ppp_iface=$1
local_address=$4
remote_address=$5
eth_iface=$6

$libexec/dhcp-clear.pl $eth_iface
