#!/bin/ash

if [ ! $NAME != $NODE ]; then 
  echo "Route down: $SUBNET"
  ip route del $SUBNET
fi