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