From a8b6038225d18155883e330c96b2bc2e44153e1e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 3 May 1998 16:42:45 +0000 Subject: Next attempt on data structures... --- nest/iface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nest/iface.h') diff --git a/nest/iface.h b/nest/iface.h index aa8a135..8051363 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -15,6 +15,7 @@ struct iface { node n; char *name; unsigned flags; + unsigned mtu; struct ifa *ifa; /* First address is primary */ }; @@ -33,6 +34,7 @@ struct ifa { ip_addr prefix; /* Network prefix */ unsigned pxlen; /* Prefix length */ ip_addr brd; /* Broadcast address */ + struct neighbor *neigh; /* List of neighbors on this interface */ }; #endif -- cgit v1.2.3