diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2013-12-02 11:54:32 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2013-12-02 11:54:32 +0100 |
commit | 2d0b7e24a52d51904faa8a8e96d68863491c110a (patch) | |
tree | 74e2ecdce593149a62bf7b43ba61235e20338ece /nest/iface.h | |
parent | 0bb4e37db317a1290bad24fe430cac6569a9bd8c (diff) |
Fixes problem with source address selection in BGP and BFD.
Diffstat (limited to 'nest/iface.h')
-rw-r--r-- | nest/iface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/iface.h b/nest/iface.h index 697ea543..56710e4a 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -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 */ |