#!/bin/sh
birdc sh os ne | grep "$1" | grep -v fe80 | grep -q Full || (echo "Restarting $1" ; ifdown "$1" ; sleep 185 ; ifup "$1")
