mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
Point-to-point links: added address of the opposite end.
This commit is contained in:
parent
480effedac
commit
235562ca5a
@ -34,6 +34,7 @@ struct ifa {
|
|||||||
ip_addr prefix; /* Network prefix */
|
ip_addr prefix; /* Network prefix */
|
||||||
unsigned pxlen; /* Prefix length */
|
unsigned pxlen; /* Prefix length */
|
||||||
ip_addr brd; /* Broadcast address */
|
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 */
|
struct neighbor *neigh; /* List of neighbors on this interface */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user