I was trying to modify my dnsmasq.conf (I am using ipv6) using the dnsmasq.postconf script method described in the wiki.
I am trying to change from:
dhcp-range=lan,::1000,::2000,constructor:br0,86400
to: (adding ra-names)
dhcp-range=lan,::1000,::2000,constructor:br0,ra-names,86400
Now I...