]> git.puffer.fish Git - mirror/frr.git/commit
Add work around for RFC3021 patch and its problem with certain IPv6 interfaces
authorpaul <paul>
Sun, 19 Jan 2003 20:52:55 +0000 (20:52 +0000)
committerpaul <paul>
Sun, 19 Jan 2003 20:52:55 +0000 (20:52 +0000)
commit8fdcfdecd5900d7ffeaff9686c65eb2b9e6beb50
treed979a3c7cb2183f6392d6bb5f91a5743c5d6a7d9
parent9a668001507efa0c6a4e80cc2d7db8db93967f68
Add work around for RFC3021 patch and its problem with certain IPv6 interfaces
addresses.

It seems so far that netlink only ever returns IFA_ADDRESS for IPv6 interfaces
and never IFA_LOCAL, regardless of whether it is PtP or not. Need to investigate
precisely how IPv6 and netlink are supposed to behave wrt broadcast vs
PtP links.
zebra/rt_netlink.c