From: Martin Mares Date: Sun, 24 May 1998 09:20:59 +0000 (+0000) Subject: Point-to-point links: added address of the opposite end. X-Git-Tag: v1.2.0~1902 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=235562ca5ac1db2e2ea026bff42c8c2a898b44db;p=thirdparty%2Fbird.git Point-to-point links: added address of the opposite end. --- diff --git a/nest/iface.h b/nest/iface.h index 8051363af..7a3636212 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 */ };