]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: send NEWLINK on RA managed/otherconf changes
authorMarius Tomaschewski <mt@suse.de>
Mon, 31 Aug 2015 13:59:22 +0000 (15:59 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Aug 2015 22:13:08 +0000 (15:13 -0700)
commit264f4725143a054cbd9685a10f41d9805d57e6e0
treebacf21e376e9ed12c117cbcb09767ef55777501f
parent3381667734db03c1095b5add85b69e4439c9f892
ipv6: send NEWLINK on RA managed/otherconf changes

The kernel is applying the RA managed/otherconf flags silently and
forgets to send ifinfo notify to inform about their change when the
router provides a zero reachable_time and retrans_timer as dnsmasq
and many routers send it, which just means unspecified by this router
and the host should continue using whatever value it is already using.
Userspace may monitor the ifinfo notifications to activate dhcpv6.

Signed-off-by: Marius Tomaschewski <mt@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ndisc.c