]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_interface.h
ospf6d: rework BFD integration
[mirror_frr.git] / ospf6d / ospf6_interface.h
index 2a5a9ba4a2da1981b03f29fc55c2ede2a49ec7b6..49a9c2bba6a8766a50af3162aef2b5efc1035fa1 100644 (file)
@@ -119,7 +119,12 @@ struct ospf6_interface {
        char *plist_name;
 
        /* BFD information */
-       void *bfd_info;
+       struct {
+               bool enabled;
+               uint8_t detection_multiplier;
+               uint32_t min_rx;
+               uint32_t min_tx;
+       } bfd_config;
 
        /* Statistics Fields */
        uint32_t hello_in;