Opened 12 years ago
Closed 12 years ago
#183 closed enhancement (wontfix)
dnsmasq config suggestion
Reported by: | simon@… | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | packages | Version: | |
Keywords: | Cc: |
Description
It looks like openWRT configures dnsmasq to keep the DHCP lease database on a RAM-based volatile filesystem. You might like to look at the HAVE_BROKEN_RTC compile time option. This is designed to reduce the number of writes of the lease file (to reduce wear on Flash) and changes the way time stamps are stored, so they work on a system which doesn't keep time over reboots. It's designed for systems like the Linksys routers, and might enable you to put the lease file in on the flash filesystem.
Keeping the lease file on non-volatlie storage would solve this problem:
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2006q1/000543.html
Attachments (0)
Change History (1)
comment:1 Changed 12 years ago by nbd
- Resolution set to wontfix
- Status changed from new to closed
The setting can be changed in /etc/dnsmasq.conf now