diff --git a/nest/iface.h b/nest/iface.h index 7a363621..454c0501 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -17,6 +17,7 @@ struct iface { unsigned flags; unsigned mtu; struct ifa *ifa; /* First address is primary */ + unsigned index; /* OS-dependent interface index */ }; #define IF_UP 1