#!/bin/sh

if [ "$NODE" != "$HOSTNAME" ]
then
  ip route delete $SUBNET dev $INTERFACE
fi