diff options
Diffstat (limited to 'bgpd/bgp_errors.c')
| -rw-r--r-- | bgpd/bgp_errors.c | 6 |
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, } }; |
