#!/bin/sh

if [ "$NODE" != "$NAME" ]
then
  ip route add $SUBNET dev $INTERFACE
fi