Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bgpd: Convert `struct bgp_info` to `struct bgp_path_info` | Donald Sharp | 2018-10-09 | 1 | -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 code | Pascal Mathis | 2018-07-07 | 1 | -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. | gdt | 2005-02-15 | 1 | -5/+13 |
| | |||||
* | notes on what files contain what, and an initial stab at understanding | gdt | 2005-02-10 | 1 | -0/+161 |
how much storage is required. |