#!/bin/sh

uci set dhcp.lan.ra_management='1'
uci set dhcp.lan.force='1'
uci commit dhcp
#/etc/init.d/odhcpd restart
#/etc/init.d/dnsmasq restart

