From: Martin Mares Date: Sun, 24 May 1998 14:48:09 +0000 (+0000) Subject: Added interface index (used only by OS-dependent code since ifindexes itself X-Git-Tag: v1.2.0~1898 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b53499cdaa21994f5d92afed23fdf85c2b7fe134;p=thirdparty%2Fbird.git Added interface index (used only by OS-dependent code since ifindexes itself are OS-dependent). --- diff --git a/nest/iface.h b/nest/iface.h index 7a3636212..454c05013 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