#!/bin/bash

if test -n "$ifconfig_pool_remote_ip"
then
  ip route del $ifconfig_pool_remote_ip dev $dev
fi
exit 0
