diff options
Diffstat (limited to 'bgpd/bgp_errors.c')
| -rw-r--r-- | bgpd/bgp_errors.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bgpd/bgp_errors.c b/bgpd/bgp_errors.c index 71b19238f6..d3498e44a9 100644 --- a/bgpd/bgp_errors.c +++ b/bgpd/bgp_errors.c @@ -125,12 +125,6 @@ static struct ferr_ref ferr_bgp_err[] = { .suggestion = "Determine the sending peer and correct his invalid open packet" }, { - .code = BGP_ERR_SOCKET, - .title = "Socket Error", - .description = "When attempting to access a socket a system error has occurred\nand we were unable to properly complete the request", - .suggestion = "Ensure that there are sufficient system resources available and\nensure that the frr user has sufficient permissions to work" - }, - { .code = BGP_ERR_SND_FAIL, .title = "BGP error sending to peer", .description = "BGP attempted to respond to open from a peer and failed", @@ -184,12 +178,6 @@ static struct ferr_ref ferr_bgp_err[] = { .suggestion = "BGP received nexthop update but nexthop is not reachable in this bgp\ninstance. Report for troubleshooting" }, { - .code = BGP_ERR_PRIVILEGES, - .title = "Failure to raise or lower privileges", - .description = "FRR attempted to raise or lower its privileges and was unable to do so", - .suggestion = "Ensure that you are running FRR as the frr user and that the user has\nSufficient privileges to properly access root privileges" - }, - { .code = BGP_ERR_LABEL, .title = "Failure to apply label", .description = "BGP attempted to attempted to apply a label but could not", |
