diff options
author | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-11-14 14:55:48 +0100 |
---|---|---|
committer | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-12-18 15:24:46 +0100 |
commit | 9414b6f662924ced2349e7b14105612f85213b97 (patch) | |
tree | ae0876b45ec9f2b7a9f96e546a72fe5c42282d94 /isisd/isisd.h | |
parent | isisd: modify config_write funcs to use the northbound (diff) | |
download | frr-9414b6f662924ced2349e7b14105612f85213b97.tar.xz frr-9414b6f662924ced2349e7b14105612f85213b97.zip |
isisd: implement the 'database-overload' notification
Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
Diffstat (limited to '')
-rw-r--r-- | isisd/isisd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/isisd/isisd.h b/isisd/isisd.h index ff09db8ea..73f91bde0 100644 --- a/isisd/isisd.h +++ b/isisd/isisd.h @@ -220,6 +220,9 @@ int isis_area_passwd_hmac_md5_set(struct isis_area *area, int level, extern const struct frr_yang_module_info frr_isisd_info; extern void isis_northbound_init(void); + +/* YANG northbound notifications */ +extern void isis_notif_db_overload(const struct isis_area *area, bool overload); /* Master of threads. */ extern struct thread_master *master; |