summaryrefslogtreecommitdiffstats
path: root/bgpd/IMPLEMENTATION.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp2018-10-091-3/+3
| | | | | | | | | | | | Do a straight conversion of `struct bgp_info` to `struct bgp_path_info`. This commit will setup the rename of variables as well. This is being done because `struct bgp_info` is not descriptive of what this data actually is. It is path information for routes that we keep to build the actual routes nexthops plus some extra information. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* bgpd: Cleanup of bgp daemon codePascal Mathis2018-07-071-1/+0
| | | | | | | | This commit removes various parts of the bgpd implementation code which are unused/useless, e.g. unused functions, unused variable initializations, unused structs, ... Signed-off-by: Pascal Mathis <mail@pascalmathis.com>
* Adjust size complexity estimates. Still not quite right, but closer.gdt2005-02-151-5/+13
|
* notes on what files contain what, and an initial stab at understandinggdt2005-02-101-0/+161
how much storage is required.