]> git.ipfire.org Git - thirdparty/bird.git/commit
Netlink: Ignore tentative addresses
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 20 Jul 2016 13:06:57 +0000 (15:06 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 20 Jul 2016 13:06:57 +0000 (15:06 +0200)
commite37d2e3e708db78f9b8f15eb34bb266cfae7bb42
treef5955cf87d4280065e8d53e1cf325eaf50d88546
parent0a21c21112eff1286a0a2a7f7afc812f8d16cfa2
Netlink: Ignore tentative addresses

Ignore tentative IPv6 addresses and wait until finish of Duplicate
Address Detection (We got notification when an address is no longer
tentative) to avoid problems when protocols try to use interfaces
with tentative link-local addresses.

Based on patch from Jan Moskyto Matejka
sysdep/linux/netlink.c