diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-16 12:07:50 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-06 20:50:58 +0000 |
| commit | 78cb65556877087ab3d8d03e611c83ca6a455ed2 (patch) | |
| tree | e382c44b47cd0d21819d6b20c86129879b2ddea4 /bgpd/bgp_errors.c | |
| parent | 065eaa36290decd582bd299855bbc86a890b07c2 (diff) | |
bgpd: Update bgp_updgrp_packet.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.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bgpd/bgp_errors.c b/bgpd/bgp_errors.c index 6a0b0a9ee9..16ff336e68 100644 --- a/bgpd/bgp_errors.c +++ b/bgpd/bgp_errors.c @@ -182,6 +182,12 @@ static struct log_ref ferr_bgp_warn[] = { .suggestion = "Gather log files from here and from peer and open an Issue", }, { + .code = BGP_WARN_INVALID_NEXTHOP_LENGTH, + .title = "BGP is attempting to write an invalid nexthop length value", + .description = "BGP is in the process of building NLRI information for a peer and has discovered an inconsistent internal state", + .suggestion = "Gather log files and open an Issue, restart FRR", + }, + { .code = END_FERR, } }; |
