diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-11-28 08:25:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-28 08:25:55 +0200 |
| commit | bbb6466c2c31317902a79ec6b113d8dda8d0dadf (patch) | |
| tree | df66cdeee3068552bfef1eb608ae168e330922c8 /bgpd/bgp_attr.h | |
| parent | be54d520bf5ce5ec326376c968206005e1c1537d (diff) | |
| parent | 2adb85468e7b5edf39a8f0b30200fc4a8ed06240 (diff) | |
Merge pull request #14887 from c-po/stable/7.5stable/7.5
bgpd: A couple more bgpd crash fixes for malformed packets (backport #14716)
Diffstat (limited to 'bgpd/bgp_attr.h')
| -rw-r--r-- | bgpd/bgp_attr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_attr.h b/bgpd/bgp_attr.h index e6e953364b..cf9c681b0d 100644 --- a/bgpd/bgp_attr.h +++ b/bgpd/bgp_attr.h @@ -339,6 +339,7 @@ typedef enum { */ BGP_ATTR_PARSE_ERROR_NOTIFYPLS = -3, BGP_ATTR_PARSE_EOR = -4, + BGP_ATTR_PARSE_MISSING_MANDATORY = -5, } bgp_attr_parse_ret_t; struct bpacket_attr_vec_arr; |
