0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-20 12:25:20 +00:00
bird/proto/babel
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.c Nest: Improve keeping track of IPv6 link-local addresses 2018-11-08 20:43:04 +01:00
babel.h Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00
config.Y Babel: Fix build with restricted protocol set 2018-03-07 17:35:24 +01:00
Makefile Add the Babel routing protocol (RFC 6126) 2016-04-28 18:01:40 +02:00
packets.c Nest: Improve keeping track of IPv6 link-local addresses 2018-11-08 20:43:04 +01: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