]> git.proxmox.com Git - mirror_frr.git/blobdiff - watchfrr/watchfrr_errors.h
isisd: implement the 'rejected-adjacency' notification
[mirror_frr.git] / watchfrr / watchfrr_errors.h
index 9d2912da462c92dd8aca20e94d10870a8d175e51..9d5abde52b7eb774d1b5ad1e7907568c38abdf1e 100644 (file)
@@ -23,8 +23,9 @@
 
 #include "lib/ferr.h"
 
-enum watchfrr_ferr_refs {
-       WATCHFRR_ERR_CONNECTION = WATCHFRR_FERR_START,
+enum watchfrr_log_refs {
+       EC_WATCHFRR_CONNECTION = WATCHFRR_FERR_START,
+       EC_WATCHFRR_UNEXPECTED_DAEMONS,
 };
 
 extern void watchfrr_error_init(void);