#!/bin/sh

# for br-lan got new ip and restart dnsmasq.

( sleep 5 && /etc/init.d/dnsmasq restart ) &
