mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 15:30:02 +00:00
2003-06-11 Paul Jakma <paul@dishone.st>
* zebra/if_ioctl.c: Fix missing declaration for if_fake_index. See bug id #24: http://bugzilla.dishone.st/show_bug.cgi?id=24 reported by Vsevolod Sipakov.
This commit is contained in:
parent
afbacce120
commit
53db0feeb8
@ -137,6 +137,7 @@ if_get_index (struct interface *ifp)
|
||||
/* Fall-back for older linuxes. */
|
||||
int ret;
|
||||
struct ifreq ifreq;
|
||||
static int if_fake_index;
|
||||
|
||||
ifreq_set_name (&ifreq, ifp);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user