summaryrefslogtreecommitdiff
path: root/package/network/services/odhcpd/files/odhcpd.defaults
blob: d079ec0f806ac7fbfac9343d606a5eee7e40ac94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
uci -q get dhcp.odhcpd && exit 0
touch /etc/config/dhcp

uci batch <<EOF
set dhcp.odhcpd=odhcpd
set dhcp.odhcpd.maindhcp=0
set dhcp.odhcpd.leasefile=/tmp/hosts/odhcpd
set dhcp.odhcpd.leasetrigger=/usr/sbin/odhcpd-update
set dhcp.lan.dhcpv6=server
set dhcp.lan.ra=server
commit dhcp
EOF