summaryrefslogtreecommitdiff
path: root/bgpd/bgp_updgrp.h
AgeCommit message (Expand)Author
2025-01-14bgpd: remove unused BATTR_REFLECTED for rmap_change_flagsEnke Chen
2024-03-20bgpd: Drop periodic merge check functionsDonatas Abraitis
2024-03-13bgpd: Ensure community data is freed in some cases.Donald Sharp
2024-02-07bgpd: Add `neighbor X send-community extended rpki` commandDonatas Abraitis
2023-12-08bgpd: Convert variable `withdraw` integer to boolDonatas Abraitis
2023-07-21bgpd: Remove withdraw_low from system, it is never usedDonald Sharp
2023-07-07bgpd: Deprecate Prestandard Outbound Route Filtering capabilityDonatas Abraitis
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-12-06bgpd: Adopt addpath functionality for labeled-unicastDonatas Abraitis
2022-11-23bgpd: JSON support for show ip bgp vrf all update-groupAshwini Reddy
2022-11-18bgpd: Allow overriding MPLS VPN next-hops via route-mapsDonatas Abraitis
2022-08-05bgpd: Send route update when modifying access/aspath/prefix listsDonatas Abraitis
2022-07-06bgpd: Inconsistencies in SNT counters with default-originateIqra Siddiqui
2022-04-12bgpd: Apply frrbot stylingDonatas Abraitis
2022-04-12bgpd: Convert bpacket_attr_vec_type to enumDonatas Abraitis
2022-04-12bgpd: Convert bgp_policy_type_e to enumDonatas Abraitis
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-01bgpd: Add bgp_check_selected() helper for abstractionDonatas Abraitis
2022-02-01bgpd: Convert bgp_addpath_encode_[tr]x() to bool from intDonatas Abraitis
2022-01-20bgpd: apply maximum-prefix-out without clearing the neighborLouis Scalbert
2021-01-28bgpd: Remove #if 0 codeDonald Sharp
2020-12-11bgpd: Do not send BGP UPDATE if the route actually not changedDonatas Abraitis
2020-06-23bgp: rename bgp_node to bgp_destDonald Sharp
2020-03-21bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis
2020-01-17bgpd: Add an option to limit outgoing prefixesDonatas Abraitis
2019-05-18bgpd : no neighbor <> send-community large is not working dynamicallyvishaldhingra
2019-04-27bgpd: replace ADV_FIFO with DECLARE_LISTDavid Lamparter
2018-11-10bgpd: Re-use TX Addpath IDs where possibleMitch Skiba
2018-10-09bgpd: Rename various variable names to something more appropriateDonald Sharp
2018-10-09bgpd: Convert binfo to pathDonald Sharp
2018-10-09bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-11-30bgpd: intelligently adjust coalesce timerQuentin Young
2017-11-30bgpd: re-add update-group write triggersQuentin Young
2017-11-30bgpd: implement buffered readsQuentin Young
2017-11-30bgpd: move packet writes into dedicated pthreadQuentin Young
2017-07-22Revert "*: reindent pt. 2"David Lamparter
2017-07-17*: reindent pt. 2whitespace / reindent
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-03-08lib: hide away logging internalsDavid Lamparter
2016-08-24bgpd: fix build on SolarisRenato Westphal
2016-01-22BGP: Rework iteration of peer_af_arrayvivek
2015-12-08BGP: update-group needs to consider addpath capability flagsDaniel Walton
2015-11-10BGP: route-server will now use addpath...chop the _rsclient codeDaniel Walton
2015-11-06BGP: Implement "neighbor x.x.x.x addpath-tx-bestpath-per-AS"Daniel Walton
2015-11-05BGP: support for addpath TXDaniel Walton
2015-10-28BGP: peer-group restrictions should be relaxed, update-groups determine outbo...Daniel Walton