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