]> git.ipfire.org Git - thirdparty/openwrt.git/commit
odhcpd: update to Git HEAD (2025-10-02) 20278/head
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Thu, 2 Oct 2025 13:53:39 +0000 (15:53 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 5 Oct 2025 20:10:17 +0000 (22:10 +0200)
commitea79b5875af8ead522050d16850264b01166e8a8
tree8fce58b6b35ba2067a85457cdf870b34e533efa1
parent11a7c77fcb57920b9a77299ffbd28301df967b34
odhcpd: update to Git HEAD (2025-10-02)

b14cf98 router: log “Sending a RA on lan” at LOG_DEBUG
c2810fe odhcpd: update cmake file
8c2c065 odhcpd: convert README to markdown
3b96480 odhcpd: allow the use of an alternative cfg file
7328bfe odhcpd: remove confusing #defines
cdb9e5b odhcpd: improve RFC9096 § 3.5 SLAAC compliance

RFC9096 § 3.5 SLAAC compliance introduces a new config option (odhcpd
piofolder), which may wear out the flash under certain conditions (for
example: ISPs with dynamic IPv6 prefixes which disconnect the clients
every X hours).
Therefore, setting "dhcp.odhcpd.piofolder" to persistent storage in the
router flash is not advisable and should be set to other kinds of
persistent storage such as USBs, SDs, NVMEs...
In order to prevent wearing out the router flash it's set to ephemeral
storage by default (tmp):
  uci set dhcp.odhcpd.piofolder="/tmp/odhcpd-piofolder"

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
package/network/services/odhcpd/Makefile
package/network/services/odhcpd/files/odhcpd.defaults