summaryrefslogtreecommitdiff
path: root/bgpd/bgp_errors.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-16 09:15:43 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-06 20:50:58 +0000
commitf162a5b977a9edce3c04d6f85f117fb284115e06 (patch)
tree6c34f0457f6df5319feca9fbed775983b0f379e2 /bgpd/bgp_errors.c
parent01c4f23c0edccfa716228c972ca615eacd602387 (diff)
bgpd: convert bgp_nht.c to use flog_warn
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_errors.c')
-rw-r--r--bgpd/bgp_errors.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/bgpd/bgp_errors.c b/bgpd/bgp_errors.c
index 7d04c63104..70cdf53bd4 100644
--- a/bgpd/bgp_errors.c
+++ b/bgpd/bgp_errors.c
@@ -152,6 +152,12 @@ static struct log_ref ferr_bgp_warn[] = {
.suggestion = "Gather log information from here and remote peer and open an Issue",
},
{
+ .code = BGP_WARN_ZEBRA_SEND,
+ .title = "BGP has attempted to send data to zebra and has failed to do so",
+ .description = "BGP has attempted to send data to zebra but has been unable to do so",
+ .suggestion = "Gather log data, open an Issue and restart FRR"
+ },
+ {
.code = END_FERR,
}
};