summaryrefslogtreecommitdiff
path: root/bgpd/bgp_errors.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-06-19 14:42:55 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-08-14 20:02:05 +0000
commit02705213b15f54b8601cd172e1b7123930575f86 (patch)
tree8ba4cb32a83e12ee1cfed65c914ffef1c6f2277f /bgpd/bgp_errors.c
parent43e52561b476e4810e0a1280769e800e2d619621 (diff)
bgpd: Convert to using LIB_ERR_XXX where possible
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_errors.c')
-rw-r--r--bgpd/bgp_errors.c12
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",