summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_updgrp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-33/+19
* bgpd: kill bgp_attr_refcount()David Lamparter2017-09-071-1/+1
* bgpd: Add various hash optimizationsDonald Sharp2017-09-051-3/+7
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-2/+2
* *: reindent pt. 2whitespace / reindent2017-07-171-2/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1389/+1355
* *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-1/+1
* *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-6/+6
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-29/+29
* *: update hash_create(), hash_create_size()Quentin Young2017-07-021-2/+2
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-1/+1
* *: use vty_outlnQuentin Young2017-06-291-69/+65
* *: remove THREAD_BACKGROUNDQuentin Young2017-06-081-2/+2
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: update thread_add_* callsQuentin Young2017-05-091-3/+3
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-3/+2
* lib: replace strlcpy & strlcat with glibc versionsDavid Lamparter2016-11-151-1/+0
* bgpd: 'neighbor x.x.x.x weight' should be per address-familyDaniel Walton2016-10-101-1/+0
* bgpd: fix build on SolarisRenato Westphal2016-08-241-2/+2
* Quagga: make check is broken with addpath changesDaniel Walton2015-12-111-2/+5
* BGP: crash in update_subgroup_merge()Daniel Walton2015-11-171-16/+4
* BGP: route-server will now use addpath...chop the _rsclient codeDaniel Walton2015-11-101-5/+2
* BGP: Implement "neighbor x.x.x.x addpath-tx-bestpath-per-AS"Daniel Walton2015-11-061-0/+19
* BGP: support for addpath TXDaniel Walton2015-11-051-1/+8
* BGP ORF fails to filter prefixes correctlyDaniel Walton2015-11-041-4/+9
* BGP: peer-group restrictions should be relaxed, update-groups determine outbo...Daniel Walton2015-10-281-3/+0
* bgpd: fix using of two pointers for struct thread_master *Donald Sharp2015-10-141-1/+1
* BGP: Ensure default-originate works with update-groupsvivek2015-09-211-1/+6
* Fix some more memory issues in QuaggaDonald Sharp2015-09-021-0/+5
* Fixup code to use correct XMALLOC operatorsDonald Sharp2015-08-261-15/+24
* quagga: quagga-memory-leaks.patchDonald Sharp2015-05-201-2/+16
* bgpd: bgpd-warnings.patchDonald Sharp2015-05-201-34/+33
* If a route-map is used on a neighbor default-originate statement we need to d...Donald Sharp2015-05-201-1/+41
* BGP: Fix update-groups commands to match neighborsDonald Sharp2015-05-201-3/+43
* BGP: Add dynamic update group supportDonald Sharp2015-05-201-0/+1842