]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_errors.c
*: rename ferr_ref -> log_ref
[mirror_frr.git] / bgpd / bgp_errors.c
index 3674c33722879a48861592cbfc0d04d5866c2f1c..50dd001b8b773945b2941ad6378da50487f28e26 100644 (file)
@@ -24,7 +24,7 @@
 #include "bgp_errors.h"
 
 /* clang-format off */
-static struct ferr_ref ferr_bgp_err[] = {
+static struct log_ref ferr_bgp_err[] = {
        {
                .code = BGP_ERR_ATTR_FLAG,
                .title = "BGP attribute flag is incorrect",
@@ -302,5 +302,5 @@ static struct ferr_ref ferr_bgp_err[] = {
 
 void bgp_error_init(void)
 {
-       ferr_ref_add(ferr_bgp_err);
+       log_ref_add(ferr_bgp_err);
 }