#!/bin/bash
# Script to run during BACKUP transit
ip route add 192.168.1.0/24 via 192.168.2.10
exit 0