summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_flowspec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Treat withdraw variable as a boolDonald Sharp2023-04-061-2/+2
* bgpd: Limit flowspec to no attribute means a implicit withdrawalDonald Sharp2023-04-061-0/+7
* bgpd: Flowspec overflow issueDonald Sharp2023-02-231-0/+7
* bgpd: Drop struct attr from bgp_withdraw()Donatas Abraitis2023-02-211-3/+2
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* bgpd: bgp_update and bgp_withdraw never return failuresDonald Sharp2023-01-301-15/+6
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunityDonatas Abraitis2022-02-041-3/+4
* bgpd, lib: support for flow_label flowspec typePhilippe Guibert2020-08-211-0/+7
* bgpd: ipv6 flowspec address decoding and validationPhilippe Guibert2020-08-211-1/+1
* bgpd: flowspec code support for ipv6Philippe Guibert2020-08-211-9/+8
* bgpd: handle fs nlri over 240 bytesPhilippe Guibert2020-04-221-2/+6
* bgpd: Do not send UPDATE message with maximum-prefixDonatas Abraitis2019-04-241-7/+7
* *: style for EC replacementsQuentin Young2018-09-131-11/+12
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
* bgpd: BGP_[WARN|ERR] -> EC_BGPQuentin Young2018-09-131-4/+4
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-2/+2
* *: fix gcc-8 format-overflow warningsDavid Lamparter2018-08-211-1/+1
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-5/+5
* bgpd: Add some FLowspec specific Error Codes.Donald Sharp2018-08-141-7/+12
* bgpd: Convert to using LIB_ERR_XXX where possibleDonald Sharp2018-08-141-1/+3
* bgpd: Cleanup of bgp daemon codePascal Mathis2018-07-071-2/+1
* bgpd: align fragment flowspec decoding with tcpflagsPhilippe Guibert2018-06-281-7/+2
* bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncationDonald Sharp2018-06-081-5/+4
* bgpd: Fix memory leak of ecommunity_ecom2strDonald Sharp2018-05-161-0/+3
* bgpd: support for json in show bgp ipv4 flowspec commandsPhilippe Guibert2018-03-301-1/+1
* bgpd: introduce [no] debug bgp flowspecPhilippe Guibert2018-03-301-0/+31
* bgpd: use bgp flowspec API to validate and receive NLRIPhilippe Guibert2018-03-301-3/+89
* bgpd: add flowspec featurejaydom2018-03-301-0/+78