]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_open.c
*: rename zlog_fer -> flog_err
[mirror_frr.git] / bgpd / bgp_open.c
index af3275d3e6bc74d35965f818544b72ea9421c2b8..7fbc0302420e63abf4e18d28736a401f481457be 100644 (file)
@@ -521,7 +521,7 @@ static as_t bgp_capability_as4(struct peer *peer, struct capability_header *hdr)
        SET_FLAG(peer->cap, PEER_CAP_AS4_RCV);
 
        if (hdr->length != CAPABILITY_CODE_AS4_LEN) {
-               zlog_ferr(BGP_ERR_PKT_OPEN,
+               flog_err(BGP_ERR_PKT_OPEN,
                          "%s AS4 capability has incorrect data length %d",
                          peer->host, hdr->length);
                return 0;
@@ -1186,7 +1186,7 @@ int bgp_open_option_parse(struct peer *peer, uint8_t length, int *mp_capability)
                    && !peer->afc_nego[AFI_IP6][SAFI_ENCAP]
                    && !peer->afc_nego[AFI_IP6][SAFI_FLOWSPEC]
                    && !peer->afc_nego[AFI_L2VPN][SAFI_EVPN]) {
-                       zlog_ferr(BGP_ERR_PKT_OPEN,
+                       flog_err(BGP_ERR_PKT_OPEN,
                                  "%s [Error] Configured AFI/SAFIs do not "
                                  "overlap with received MP capabilities",
                                  peer->host);