odhcpd: consistent dns naming
authorDavid Härdeman <[email protected]>
Thu, 20 Nov 2025 15:25:26 +0000 (16:25 +0100)
committerÁlvaro Fernández Rojas <[email protected]>
Thu, 27 Nov 2025 07:24:22 +0000 (08:24 +0100)
commit83055f636091a41abc3aae69c3c0346425b9f857
tree16dd21bccfac26460aed8345c44e3d491314230f
parentaf0c94063e66ca8f42650a64b83e89bfcd0ab6d9
odhcpd: consistent dns naming

Rename iface->dns to iface->dns6_addrs
Rename iface->dhcpv4_dns to iface->dns4_addrs

This makes it clearer what is stored in each.

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/odhcpd/pull/320
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/config.c
src/dhcpv4.c
src/dhcpv6.c
src/odhcpd.c
src/odhcpd.h
src/router.c