Skip to content

Commit

Permalink
Merge pull request #14353 from FRRouting/mergify/bp/stable/9.0/pr-14341
Browse files Browse the repository at this point in the history
bgpd: AS4_PATH and PMSI tunnel attributes handling by RFC 7606 (backport #14341)
  • Loading branch information
donaldsharp authored Sep 5, 2023
2 parents 31ed3dd + 26eddfd commit 889b217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bgpd/bgp_attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,7 @@ bgp_attr_malformed(struct bgp_attr_parser_args *args, uint8_t subcode,
*/
case BGP_ATTR_ORIGIN:
case BGP_ATTR_AS_PATH:
case BGP_ATTR_AS4_PATH:
case BGP_ATTR_NEXT_HOP:
case BGP_ATTR_MULTI_EXIT_DISC:
case BGP_ATTR_LOCAL_PREF:
Expand All @@ -1400,6 +1401,7 @@ bgp_attr_malformed(struct bgp_attr_parser_args *args, uint8_t subcode,
case BGP_ATTR_LARGE_COMMUNITIES:
case BGP_ATTR_ORIGINATOR_ID:
case BGP_ATTR_CLUSTER_LIST:
case BGP_ATTR_PMSI_TUNNEL:
case BGP_ATTR_ENCAP:
case BGP_ATTR_OTC:
return BGP_ATTR_PARSE_WITHDRAW;
Expand Down

0 comments on commit 889b217

Please sign in to comment.