#!/bin/ash

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