]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_interface.h
Merge pull request #5081 from pguibert6WIND/show_brief_doc
[mirror_frr.git] / ospf6d / ospf6_interface.h
index 553e89a227678a9208c017f000799c7c03604993..53a8910f4d54d8019ba27b0331423365acbbb5ba 100644 (file)
@@ -55,6 +55,7 @@ struct ospf6_interface {
 
        /* Network Type */
        uint8_t type;
+       bool type_cfg;
 
        /* Router Priority */
        uint8_t priority;
@@ -80,6 +81,7 @@ struct ospf6_interface {
 
        /* Interface socket setting trial counter, resets on success */
        uint8_t sso_try_cnt;
+       struct thread *thread_sso;
 
        /* OSPF6 Interface flag */
        char flag;
@@ -176,7 +178,6 @@ extern void ospf6_interface_enable(struct ospf6_interface *);
 extern void ospf6_interface_disable(struct ospf6_interface *);
 
 extern void ospf6_interface_if_add(struct interface *);
-extern void ospf6_interface_if_del(struct interface *);
 extern void ospf6_interface_state_update(struct interface *);
 extern void ospf6_interface_connected_route_update(struct interface *);