]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_errors.h
lib: enforce vrf_name_to_id by returning default_vrf when name is null
[mirror_frr.git] / pimd / pim_errors.h
index 86d2687feb6c05447085dc873386a49dd704ee79..d73caa3f8f71fa8baef2b27be8be6de8ba385b6e 100644 (file)
@@ -23,9 +23,9 @@
 
 #include "lib/ferr.h"
 
-enum pim_ferr_refs {
-       PIM_ERR_MSDP_PACKET = PIM_FERR_START,
-       PIM_ERR_CONFIG,
+enum pim_log_refs {
+       EC_PIM_MSDP_PACKET = PIM_FERR_START,
+       EC_PIM_CONFIG,
 };
 
 extern void pim_error_init(void);