]> git.proxmox.com Git - mirror_frr.git/blobdiff - nhrpd/nhrp_errors.h
Merge pull request #3239 from pguibert6WIND/ospf_virtual_link_config
[mirror_frr.git] / nhrpd / nhrp_errors.h
index c9e947eb2ae9ffd792ae911f377dbe53e772d55e..593714786ab8b869a85312ec911639a737523033 100644 (file)
@@ -24,8 +24,8 @@
 #include "lib/ferr.h"
 
 enum nhrp_log_refs {
-       NHRP_ERR_SWAN = NHRP_FERR_START,
-       NHRP_ERR_RESOLVER,
+       EC_NHRP_SWAN = NHRP_FERR_START,
+       EC_NHRP_RESOLVER,
 };
 
 extern void nhrp_error_init(void);