]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgpd.h
Merge pull request #1802 from dwalton76/bgpd-multipath-same-link-local
[mirror_frr.git] / bgpd / bgpd.h
index 7f55b753abbc5cec3a7865f29c7e2afa6b8e7310..b3c7418602c73b4e73c2ca11521e3377a0c5cb7e 100644 (file)
@@ -687,7 +687,6 @@ struct peer {
        time_t readtime;     /* Last read time */
        time_t resettime;    /* Last reset time */
 
-       ifindex_t ifindex;     /* ifindex of the BGP connection. */
        char *conf_if;   /* neighbor interface config name. */
        struct interface *ifp; /* corresponding interface */
        char *ifname;     /* bind interface name. */