summaryrefslogtreecommitdiff
path: root/zebra/zebra_router.h
diff options
context:
space:
mode:
authorMark Stapp <mjs.ietf@gmail.com>2024-11-04 11:49:30 -0500
committerGitHub <noreply@github.com>2024-11-04 11:49:30 -0500
commit960462aadedbc921a80c20c231cfcf6e94b5a98b (patch)
treee4c86c99d46a764478f2a76eec35a0fcf36ef953 /zebra/zebra_router.h
parent4c525a47c8c7295dd4c03461e6fa5a4835679184 (diff)
parent9e74dda819bf5922176fbbc7f3462c844099be13 (diff)
Merge pull request #16960 from donaldsharp/zebra_nhg_startup_issue
zebra: On startup actually allow for nhe's to be early
Diffstat (limited to 'zebra/zebra_router.h')
-rw-r--r--zebra/zebra_router.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h
index c86c6be1ef..a637c3214e 100644
--- a/zebra/zebra_router.h
+++ b/zebra/zebra_router.h
@@ -329,6 +329,8 @@ static inline uint8_t if_netlink_get_frr_protodown_r_bit(void)
return zrouter.protodown_r_bit;
}
+extern void zebra_main_router_started(void);
+
/* zebra_northbound.c */
extern const struct frr_yang_module_info frr_zebra_info;