summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_updgrp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixup of warnings in the codeDonald Sharp2015-07-261-0/+2
* When a route-reflector is configured with "next-hop self" towards an IBGPDonald Sharp2015-06-121-0/+1
* A nexthop value specified by an outbound routemap is not beingDonald Sharp2015-06-121-5/+7
* bgpd, zebra: rfc-5549-generic.patchDonald Sharp2015-06-111-1/+2
* If the default route is removed from the BGP table we must re-evaluate "neigh...Donald Sharp2015-05-201-1/+2
* quagga: quagga-memory-leaks.patchDonald Sharp2015-05-201-1/+3
* bgpd: bgpd-warnings.patchDonald Sharp2015-05-201-3/+3
* If a route-map is used on a neighbor default-originate statement we need to d...Donald Sharp2015-05-201-0/+1
* BGP: Fix update-groups commands to match neighborsDonald Sharp2015-05-201-1/+1
* bgpd: Add route-map support for set ip next-hop unchangedDonald Sharp2015-05-201-0/+1
* BGP: Add dynamic update group supportDonald Sharp2015-05-201-0/+594