summaryrefslogtreecommitdiff
path: root/package/network/services/odhcpd/files/odhcpd.defaults
blob: e184da90acbb060a36ffe0cde9df241002344618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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.odhcpd.loglevel=4
set dhcp.lan.dhcpv6=server
set dhcp.lan.ra=server
commit dhcp
EOF