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 */
};