]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/rib.h
Merge pull request #1819 from donaldsharp/static_stuff
[mirror_frr.git] / zebra / rib.h
index 5dd444dce013fc9ceb0f5de399fe30bb1ddeded1..0ee89e015a13a5596f2d79833f53873458c2d135 100644 (file)
@@ -447,6 +447,8 @@ DECLARE_HOOK(rib_update, (struct route_node * rn, const char *reason),
 extern void zebra_vty_init(void);
 extern int static_config(struct vty *vty, struct zebra_vrf *zvrf, afi_t afi,
                         safi_t safi, const char *cmd);
+extern void static_config_install_delayed_routes(struct zebra_vrf *zvrf);
+
 extern pid_t pid;
 
 #endif /*_ZEBRA_RIB_H */