#!/bin/ash echo "Route up: $SUBNET via $INTERFACE" if [ ! $NAME != $NODE ]; then ip route add $SUBNET dev $INTERFACE fi