0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

Point-to-point links: added address of the opposite end.

This commit is contained in:
Martin Mares 1998-05-24 09:20:59 +00:00
parent 480effedac
commit 235562ca5a

View File

@ -34,6 +34,7 @@ struct ifa {
ip_addr prefix; /* Network prefix */
unsigned pxlen; /* Prefix length */
ip_addr brd; /* Broadcast address */
ip_addr opposite; /* Opposite end of a point-to-point link */
struct neighbor *neigh; /* List of neighbors on this interface */
};