]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_ext.h
Merge pull request #6589 from NaveenThanikachalam/gr_fixes
[mirror_frr.git] / ospfd / ospf_ext.h
index c3f9ae94dcdb54b08aff04ed86a3cd94f34d28c5..b1e4feb6df0b5b7aa0ef4c1ffa81ab70407a114f 100644 (file)
@@ -151,10 +151,6 @@ struct ospf_ext_lp {
         */
        uint8_t scope;
 
-       /* area pointer if flooding is Type 10 Null if flooding is AS scope */
-       struct ospf_area *area;
-       struct in_addr area_id;
-
        /* List of interface with Segment Routing enable */
        struct list *iflist;
 };
@@ -193,6 +189,7 @@ extern int ospf_ext_init(void);
 extern void ospf_ext_term(void);
 extern void ospf_ext_finish(void);
 extern void ospf_ext_update_sr(bool enable);
+extern void ospf_ext_link_srlb_update(void);
 extern uint32_t ospf_ext_schedule_prefix_index(struct interface *ifp,
                                               uint32_t index,
                                               struct prefix_ipv4 *p,