summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_errors.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-06-19 20:42:55 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-08-14 22:02:05 +0200
commit02705213b15f54b8601cd172e1b7123930575f86 (patch)
tree8ba4cb32a83e12ee1cfed65c914ffef1c6f2277f /bgpd/bgp_errors.h
parentzebra, lib: error references for zebra (diff)
downloadfrr-02705213b15f54b8601cd172e1b7123930575f86.tar.xz
frr-02705213b15f54b8601cd172e1b7123930575f86.zip
bgpd: Convert to using LIB_ERR_XXX where possible
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_errors.h')
-rw-r--r--bgpd/bgp_errors.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgp_errors.h b/bgpd/bgp_errors.h
index 0a829a6fb..31915cc06 100644
--- a/bgpd/bgp_errors.h
+++ b/bgpd/bgp_errors.h
@@ -44,7 +44,6 @@ enum bgp_ferr_refs {
BGP_ERR_UPDGRP_CREATE,
BGP_ERR_UPDATE_SND,
BGP_ERR_PKT_OPEN,
- BGP_ERR_SOCKET,
BGP_ERR_SND_FAIL,
BGP_ERR_INVALID_STATUS,
BGP_ERR_UPDATE_RCV,
@@ -54,7 +53,6 @@ enum bgp_ferr_refs {
BGP_ERR_RFSH_RCV,
BGP_ERR_CAP_RCV,
BGP_ERR_NH_UPD,
- BGP_ERR_PRIVILEGES,
BGP_ERR_LABEL,
BGP_ERR_MULTIPATH,
BGP_ERR_PKT_PROCESS,