]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/eigrp_structs.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / eigrpd / eigrp_structs.h
index 95bcfe50e72e0f13089835f200d6989f02be8d61..ce03a21fbaeb7a4e796c731cabf9b75df6641138 100644 (file)
@@ -178,7 +178,6 @@ struct eigrp_interface {
        uint8_t type;
 
        struct prefix *address;      /* Interface prefix */
-       struct connected *connected; /* Pointer to connected */
 
        /* Neighbor information. */
        struct list *nbrs; /* EIGRP Neighbor List */