#!/bin/sh/usr/bin/timeout 10 /sbin/ping -c4 google.com > /dev/nullif [ $? != 0 ]then /usr/local/etc/rc.reload_interfacesfi