summaryrefslogtreecommitdiff
path: root/bgpd/bgp_flowspec.c
AgeCommit message (Expand)Author
2024-08-11bgpd: Move evpn_overlay to a pointerDonatas Abraitis
2023-05-29bgpd: Free temp memoryKeelan10
2023-04-06bgpd: Treat withdraw variable as a boolDonald Sharp
2023-04-06bgpd: Limit flowspec to no attribute means a implicit withdrawalDonald Sharp
2023-02-23bgpd: Flowspec overflow issueDonald Sharp
2023-02-21bgpd: Drop struct attr from bgp_withdraw()Donatas Abraitis
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-30bgpd: bgp_update and bgp_withdraw never return failuresDonald Sharp
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-02-04bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunityDonatas Abraitis
2020-08-21bgpd, lib: support for flow_label flowspec typePhilippe Guibert
2020-08-21bgpd: ipv6 flowspec address decoding and validationPhilippe Guibert
2020-08-21bgpd: flowspec code support for ipv6Philippe Guibert
2020-04-22bgpd: handle fs nlri over 240 bytesPhilippe Guibert
2019-04-24bgpd: Do not send UPDATE message with maximum-prefixDonatas Abraitis
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-13bgpd: BGP_[WARN|ERR] -> EC_BGPQuentin Young
2018-09-08*: fix config.h/zebra.h include orderDavid Lamparter
2018-08-21*: fix gcc-8 format-overflow warningsDavid Lamparter
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14bgpd: Add some FLowspec specific Error Codes.Donald Sharp
2018-08-14bgpd: Convert to using LIB_ERR_XXX where possibleDonald Sharp
2018-07-07bgpd: Cleanup of bgp daemon codePascal Mathis
2018-06-28bgpd: align fragment flowspec decoding with tcpflagsPhilippe Guibert
2018-06-07bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncationDonald Sharp
2018-05-16bgpd: Fix memory leak of ecommunity_ecom2strDonald Sharp
2018-03-30bgpd: support for json in show bgp ipv4 flowspec commandsPhilippe Guibert
2018-03-30bgpd: introduce [no] debug bgp flowspecPhilippe Guibert
2018-03-30bgpd: use bgp flowspec API to validate and receive NLRIPhilippe Guibert
2018-03-30bgpd: add flowspec featurejaydom