1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Fixes problem with source address selection in BGP and BFD.

This commit is contained in:
Ondrej Zajicek
2013-12-02 11:54:32 +01:00
parent 0bb4e37db3
commit 2d0b7e24a5
4 changed files with 30 additions and 12 deletions

View File

@@ -108,6 +108,7 @@ typedef struct neighbor {
node n; /* Node in global neighbor list */
node if_n; /* Node in per-interface neighbor list */
ip_addr addr; /* Address of the neighbor */
struct ifa *ifa; /* Ifa on related iface */
struct iface *iface; /* Interface it's connected to */
struct proto *proto; /* Protocol this belongs to */
void *data; /* Protocol-specific data */