1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

RA disabled by default

This commit is contained in:
Ycarus 2019-02-03 19:29:41 +01:00
parent 87cc93eb5c
commit a9b513f2b1

View file

@ -1,7 +1,7 @@
#!/bin/sh
uci -q batch <<-EOF >/dev/null
set dhcp.lan.ra_default=1
set dhcp.lan.ra_default=0
set dhcp.lan.dhcpv6=disabled
commit dhcp
EOF