0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-21 04:45:21 +00:00
bird/proto
Ondrej Zajicek (work) 81489b79e0 Nest: Improve keeping track of IPv6 link-local addresses
Most protocols in IPv6 mode use link-local source addresses and expect
that there is one on each active interface. The old code depended on
assumption that if there is some IPv6 address on iface, there is also an
IPv6 link-local address on that iface (added by kernel when the iface
went up). Unfortunately, that is not generally true, as a configured
global address sometimes ceases to be tentative (finishes DOD) before
a link-local address on the same iface. In such case a protocol iface
(namely RAdv and Babel) is activated, but fails to found link-local
address and stays in failed state.

The patch fixes that by tracking 'primary' IPv6 link-local address,
sending iface restart notifications when it changes and making
protocols ignore iface-up notifications when no such address is
selected for an iface.
2018-11-08 20:43:04 +01:00
..
babel Nest: Improve keeping track of IPv6 link-local addresses 2018-11-08 20:43:04 +01:00
bfd Doc: renamed progdoc files Doc -> progdoc to fix collision with doc/ folder on case-insensitive filesystems 2018-04-23 11:29:13 +02:00
bgp The MRT protocol 2018-09-18 17:50:45 +02:00
mrt The MRT protocol 2018-09-18 17:50:45 +02:00
ospf OSPF: Fix some trace messages 2018-10-25 17:21:06 +02:00
pipe BGP: Long-lived graceful restart 2018-07-17 13:16:18 +02:00
radv Nest: Improve keeping track of IPv6 link-local addresses 2018-11-08 20:43:04 +01:00
rip Nest: Improve keeping track of IPv6 link-local addresses 2018-11-08 20:43:04 +01:00
static Doc: renamed progdoc files Doc -> progdoc to fix collision with doc/ folder on case-insensitive filesystems 2018-04-23 11:29:13 +02:00
progdoc Doc: renamed progdoc files Doc -> progdoc to fix collision with doc/ folder on case-insensitive filesystems 2018-04-23 11:29:13 +02:00