]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_packet.c
ospfd: add support for unplanned graceful restart
[mirror_frr.git] / ospfd / ospf_packet.c
index 552acfd6d32be08f5c5424f5614b928828c8afd0..66d3df2f97f320f36b250ab90ddd00cba2babc9f 100644 (file)
@@ -4040,9 +4040,8 @@ static struct ospf_packet *ospf_ls_upd_packet_new(struct list *update,
        return ospf_packet_new(size - sizeof(struct ip));
 }
 
-static void ospf_ls_upd_queue_send(struct ospf_interface *oi,
-                                  struct list *update, struct in_addr addr,
-                                  int send_lsupd_now)
+void ospf_ls_upd_queue_send(struct ospf_interface *oi, struct list *update,
+                           struct in_addr addr, int send_lsupd_now)
 {
        struct ospf_packet *op;
        uint16_t length = OSPF_HEADER_SIZE;