summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_updgrp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-19/+19
* Merge pull request #3032 from donaldsharp/bgp_infoLou Berger2018-10-111-2/+2
|\
| * bgpd: Rename various variable names to something more appropriateDonald Sharp2018-10-091-2/+2
| * bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp2018-10-091-1/+1
| * bgpd: Convert BGP_INFO_XXX to BGP_PATH_XXXDonald Sharp2018-10-091-1/+1
* | bgpd: Incorrect sent prefix count for a split subgroupAmeya Dharkar2018-10-101-0/+2
|/
* *: style for EC replacementsQuentin Young2018-09-131-2/+2
* bgpd: BGP_[WARN|ERR] -> EC_BGPQuentin Young2018-09-131-1/+1
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* bgpd: implement zlog_ferr facility for enhance error messages in bgpDon Slice2018-08-141-2/+4
* Merge pull request #2483 from pacovn/clang_scan_bgpd_updgrp_derefRuss White2018-06-191-1/+1
|\
| * bgpd: null check (Clang scan-build)paco2018-06-181-1/+1
* | bgpd: null check (Coverity 1399274)paco2018-06-151-1/+1
|/
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-10/+9
* bgpd, tests: comment formattingQuentin Young2017-11-301-4/+5
* bgpd: re-add update-group write triggersQuentin Young2017-11-301-0/+16
* bgpd: move packet writes into dedicated pthreadQuentin Young2017-11-301-17/+0
* *: 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