aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/dsa_loop.c
diff options
context:
space:
mode:
authorDavid Ahern <[email protected]>2017-08-08 21:51:02 +0000
committerDavid S. Miller <[email protected]>2017-08-10 05:40:04 +0000
commit6eb7939371104e4ff78261c165c6f33ff6d90031 (patch)
tree31ea9f8cdb2652f5d56628df95b74eecea1b0ffa /drivers/net/dsa/dsa_loop.c
parentibmvnic: Correct 'unused variable' warning in build. (diff)
downloadkernel-6eb7939371104e4ff78261c165c6f33ff6d90031.tar.gz
kernel-6eb7939371104e4ff78261c165c6f33ff6d90031.zip
net: ipv6: lower ndisc notifier priority below addrconf
ndisc_notify is used to send unsolicited neighbor advertisements (e.g., on a link up). Currently, the ndisc notifier is run before the addrconf notifer which means NA's are not sent for link-local addresses which are added by the addrconf notifier. Fix by lowering the priority of the ndisc notifier. Setting the priority to ADDRCONF_NOTIFY_PRIORITY - 5 means it runs after addrconf and before the route notifier which is ADDRCONF_NOTIFY_PRIORITY - 10. Signed-off-by: David Ahern <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/dsa/dsa_loop.c')
0 files changed, 0 insertions, 0 deletions