]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added interface index (used only by OS-dependent code since ifindexes itself
authorMartin Mares <mj@ucw.cz>
Sun, 24 May 1998 14:48:09 +0000 (14:48 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 24 May 1998 14:48:09 +0000 (14:48 +0000)
are OS-dependent).

nest/iface.h

index 7a3636212264f46932d602403ee4907436002d10..454c05013c86c10d99d92f926b32134ea08282b6 100644 (file)
@@ -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