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 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, } }; |
