<div dir="ltr">Hello all.<div style> in my dnsmasq.conf,I put a dhcp-range as follows:</div><div style>dhcp-range=tag:br0,::10,::ffff,constructor:br0,ra-names,1440m<br></div><div style>br0 ipv6 address is:a:b:c:d::1/64</div>
<div style><br></div><div style>I wish dnsmasq will do router advertise on a:b:c:d::, however, dnsmasq detected ra prefix ::10 and never send ra message on br0.</div><div style><br></div><div style>However, if I change dhcp range to tag:br0,::1,::ffff,constructor:br0,ra-names,1440m </div>
<div style>everything works fine. dnsmasq log shows dnsmasq-dhcp[10809]: RTR-ADVERT(br0) a:b:c:d:: and my client can setup it's ip address a:b:c:d:1:2:3:4</div><div style><br></div><div style>any ideas?</div><div style>
thanks.</div></div>