]> 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 4652f950f44aa74ead0cfc31c5fba1c3a48877b4..9d5abde52b7eb774d1b5ad1e7907568c38abdf1e 100644 (file)
@@ -24,7 +24,8 @@
 #include "lib/ferr.h"
 
 enum watchfrr_log_refs {
-       WATCHFRR_ERR_CONNECTION = WATCHFRR_FERR_START,
+       EC_WATCHFRR_CONNECTION = WATCHFRR_FERR_START,
+       EC_WATCHFRR_UNEXPECTED_DAEMONS,
 };
 
 extern void watchfrr_error_init(void);