diff options
Diffstat (limited to 'zebra/zebra_router.h')
| -rw-r--r-- | zebra/zebra_router.h | 2 |
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; |
