From 235562ca5ac1db2e2ea026bff42c8c2a898b44db Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 24 May 1998 09:20:59 +0000 Subject: [PATCH] Point-to-point links: added address of the opposite end. --- nest/iface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nest/iface.h b/nest/iface.h index 8051363a..7a363621 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -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 */ };