]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_neighbor.h
Support of BFD status in Quagga
[mirror_frr.git] / ospfd / ospf_neighbor.h
index 25f135242c73335db34e613fc80d7838b3578c55..7118dd0210affd94d8e3ade693cee598490ecee7 100644 (file)
@@ -88,6 +88,9 @@ struct ospf_neighbor
   struct timeval ts_last_regress;   /* last regressive NSM change     */
   const char *last_regress_str;     /* Event which last regressed NSM */
   u_int32_t state_change;           /* NSM state change counter       */
+
+  /* BFD information */
+  void *bfd_info;
 };
 
 /* Macros. */