]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_errors.c
Merge pull request #5717 from pguibert6WIND/flowspec_issue_redistribute
[mirror_frr.git] / bgpd / bgp_errors.c
index 753ee6baf10043dad5d3966d66393c0d48091a7e..d9aba87e35ceda8d0f37eeb4f5738a6437f8ccc7 100644 (file)
@@ -121,12 +121,6 @@ static struct log_ref ferr_bgp_warn[] = {
                .description = "BGP attempted to setup TCP MD5 configuration on the socket as per configuration but was unable to",
                .suggestion = "Please collect log files and open Issue",
        },
-       {
-               .code = EC_BGP_NO_SOCKOPT_MARK,
-               .title = "Unable to set socket MARK option",
-               .description = "BGP attempted to set the SO_MARK option for a socket and was unable to do so",
-               .suggestion = "Please collect log files and open Issue",
-       },
        {
                .code = EC_BGP_EVPN_PMSI_PRESENT,
                .title = "BGP Received a EVPN NLRI with PMSI included",
@@ -432,12 +426,6 @@ static struct log_ref ferr_bgp_err[] = {
                .description = "BGP attempted to create an EVPN ES entry and failed",
                .suggestion = "Most likely a bug. If the problem persists, report the problem for troubleshooting"
        },
-       {
-               .code = EC_BGP_MULTI_INSTANCE,
-               .title = "BGP config multi-instance issue",
-               .description = "BGP configuration attempting multiple instances without enabling the feature",
-               .suggestion = "Correct the configuration so that bgp multiple-instance is enabled if desired"
-       },
        {
                .code = EC_BGP_EVPN_AS_MISMATCH,
                .title = "BGP AS configuration issue",