summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_updgrp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Drop periodic merge check functionsDonatas Abraitis2024-03-201-1/+0
* bgpd: Ensure community data is freed in some cases.Donald Sharp2024-03-141-1/+1
* bgpd: Add `neighbor X send-community extended rpki` commandDonatas Abraitis2024-02-071-11/+10
* bgpd: Convert variable `withdraw` integer to boolDonatas Abraitis2023-12-081-1/+1
* bgpd: Remove withdraw_low from system, it is never usedDonald Sharp2023-07-211-4/+2
* bgpd: Deprecate Prestandard Outbound Route Filtering capabilityDonatas Abraitis2023-07-071-3/+2
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-3/+3
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* bgpd: Adopt addpath functionality for labeled-unicastDonatas Abraitis2022-12-061-0/+2
* bgpd: JSON support for show ip bgp vrf all update-groupAshwini Reddy2022-11-241-1/+3
* bgpd: Allow overriding MPLS VPN next-hops via route-mapsDonatas Abraitis2022-11-181-0/+2
* bgpd: Send route update when modifying access/aspath/prefix listsDonatas Abraitis2022-08-051-2/+2
* bgpd: Inconsistencies in SNT counters with default-originateIqra Siddiqui2022-07-061-0/+7
* bgpd: Apply frrbot stylingDonatas Abraitis2022-04-121-4/+1
* bgpd: Convert bpacket_attr_vec_type to enumDonatas Abraitis2022-04-121-2/+5
* bgpd: Convert bgp_policy_type_e to enumDonatas Abraitis2022-04-121-2/+3
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-1/+1
* bgpd: Add bgp_check_selected() helper for abstractionDonatas Abraitis2022-02-011-0/+2
* bgpd: Convert bgp_addpath_encode_[tr]x() to bool from intDonatas Abraitis2022-02-011-1/+1
* bgpd: apply maximum-prefix-out without clearing the neighborLouis Scalbert2022-01-201-0/+4
* bgpd: Remove #if 0 codeDonald Sharp2021-01-281-6/+0
* bgpd: Do not send BGP UPDATE if the route actually not changedDonatas Abraitis2020-12-111-9/+3
* bgp: rename bgp_node to bgp_destDonald Sharp2020-06-231-6/+7
* bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis2020-03-211-5/+5
* bgpd: Add an option to limit outgoing prefixesDonatas Abraitis2020-01-171-1/+1
* bgpd : no neighbor <> send-community large is not working dynamicallyvishaldhingra2019-05-181-0/+1
* bgpd: replace ADV_FIFO with DECLARE_LISTDavid Lamparter2019-04-271-3/+3
* bgpd: Re-use TX Addpath IDs where possibleMitch Skiba2018-11-101-4/+1
* bgpd: Rename various variable names to something more appropriateDonald Sharp2018-10-091-3/+3
* bgpd: Convert binfo to pathDonald Sharp2018-10-091-1/+1
* bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp2018-10-091-4/+5
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-26/+26
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-8/+7
* bgpd: intelligently adjust coalesce timerQuentin Young2017-11-301-1/+21
* bgpd: re-add update-group write triggersQuentin Young2017-11-301-0/+1
* bgpd: implement buffered readsQuentin Young2017-11-301-1/+1
* bgpd: move packet writes into dedicated pthreadQuentin Young2017-11-301-1/+0
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-0/+1
* *: reindent pt. 2whitespace / reindent2017-07-171-1/+0
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-374/+331
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* lib: hide away logging internalsDavid Lamparter2017-03-081-1/+0
* bgpd: fix build on SolarisRenato Westphal2016-08-241-10/+10
* BGP: Rework iteration of peer_af_arrayvivek2016-01-221-7/+21
* BGP: update-group needs to consider addpath capability flagsDaniel Walton2015-12-081-0/+2
* BGP: route-server will now use addpath...chop the _rsclient codeDaniel Walton2015-11-101-1/+2
* BGP: Implement "neighbor x.x.x.x addpath-tx-bestpath-per-AS"Daniel Walton2015-11-061-0/+3
* BGP: support for addpath TXDaniel Walton2015-11-051-2/+6
* BGP: peer-group restrictions should be relaxed, update-groups determine outbo...Daniel Walton2015-10-281-0/+1
* Quagga: Fix compile warnings for GCC4.9Donald Sharp2015-09-251-3/+3