]> git.proxmox.com Git - mirror_frr.git/blobdiff - staticd/static_routes.h
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / staticd / static_routes.h
index 916ddcd7eb024145e49f5e81296e1e8ac660397d..6036bfe396970df625915b759ee4e68f5e909233 100644 (file)
@@ -113,5 +113,7 @@ extern int static_delete_route(afi_t afi, safi_t safi, uint8_t type,
 
 extern void static_cleanup_vrf_ids(struct static_vrf *disable_svrf);
 
+extern void static_install_intf_nh(struct interface *ifp);
+
 extern void static_ifindex_update(struct interface *ifp, bool up);
 #endif