]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripd/rip_errors.h
zebra: Convert socket interface to use `union sockunion`
[mirror_frr.git] / ripd / rip_errors.h
index ff5851d095f65cd0dff04325960ab475d34c14e7..feadf430efa4ced9a641b9b9e838ea2bd3e2d059 100644 (file)
@@ -23,8 +23,8 @@
 
 #include "lib/ferr.h"
 
-enum rip_ferr_refs {
-       RIP_ERR_PACKET = RIP_FERR_START,
+enum rip_log_refs {
+       EC_RIP_PACKET = RIP_FERR_START,
        RIP_ERR_CONFIG,
 };