diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-10-12 21:06:47 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-10-26 11:26:57 +0300 |
| commit | 97a52c82a569f4a2ba792fbd734f5e635a057e6f (patch) | |
| tree | 83075d412d0a44d8fc2db4d2e55ec1fd405a65b6 /bgpd/bgp_errors.c | |
| parent | 91e9aee0877ca08b36f844756c6563ef175ab118 (diff) | |
bgpd: Implement Accumulated IGP Metric Attribute for BGP
https://www.rfc-editor.org/rfc/rfc7311.html
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
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 9f87f8ce7a..8bc2dbca7a 100644 --- a/bgpd/bgp_errors.c +++ b/bgpd/bgp_errors.c @@ -236,6 +236,12 @@ static struct log_ref ferr_bgp_err[] = { .suggestion = "Determine the source of the update and determine why the PMSI tunnel attribute length has been set incorrectly" }, { + .code = EC_BGP_ATTR_AIGP, + .title = "BGP AIGP attribute is incorrect", + .description = "BGP AIGP attribute is incorrect", + .suggestion = "Determine the source of the attribute and determine why the AIGP attribute has been set incorrectly" + }, + { .code = EC_BGP_PEER_GROUP, .title = "BGP peergroup operated on in error", .description = "BGP operating on peer-group instead of peers included", |
