Point-to-point links: added address of the opposite end.
This commit is contained in:
parent
480effedac
commit
235562ca5a
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue