| Commit message (Expand) | Author | Age | Files | Lines |
* | *: un-split strings across lines | David Lamparter | 2020-07-14 | 1 | -3/+1 |
* | *: Do not cast to the same type | Donatas Abraitis | 2020-04-08 | 1 | -2/+2 |
* | bgpd: Convert users of `rn->p` to use accessor function | Donald Sharp | 2020-03-26 | 1 | -2/+4 |
* | bgpd, lib, ripngd: Add agg_node_get_prefix | Donald Sharp | 2020-03-24 | 1 | -43/+37 |
* | bgpd, isisd, lib: Make key values const for skiplist | Donald Sharp | 2020-03-24 | 1 | -3/+3 |
* | treewide: fix some issues found with -Werror=undef | Ruben Kerkhof | 2020-03-10 | 1 | -8/+8 |
* | bgpd: agg_node_lookup not unlocking | Donald Sharp | 2020-02-27 | 1 | -0/+1 |
* | bgpd: `struct bgp_path_info *`->attr must not be NULL | Donald Sharp | 2019-10-16 | 1 | -5/+0 |
* | Treewide: use ANSI function definitions | Ruben Kerkhof | 2019-01-24 | 1 | -1/+1 |
* | bgpd: Rename various variable names to something more appropriate | Donald Sharp | 2018-10-09 | 1 | -31/+31 |
* | bgpd: Convert `struct bgp_info` to `struct bgp_path_info` | Donald Sharp | 2018-10-09 | 1 | -4/+4 |
* | *: list_delete_and_null() -> list_delete() | David Lamparter | 2018-10-02 | 1 | -4/+4 |
* | *: fix config.h/zebra.h include order | David Lamparter | 2018-09-08 | 1 | -2/+0 |
* | bgpd, ripngd: Convert to using new agg_table/route | Donald Sharp | 2018-08-30 | 1 | -100/+109 |
* | bgpd: Cleanup of bgp daemon code | Pascal Mathis | 2018-07-07 | 1 | -1/+0 |
* | bgpd, lib, zebra: Switch to work_queue_free_and_null | Donald Sharp | 2018-03-09 | 1 | -4/+2 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -4/+6 |
* | zebra/bgpd: fix compilation issues | mitesh | 2018-01-24 | 1 | -1/+1 |
* | bgpd: Fixup buffer sizes for prefix_rd2str | Donald Sharp | 2017-12-11 | 1 | -10/+10 |
* | bgpd: Fix prefix2str using BUFSIZ to PREFIX_STRLEN | Donald Sharp | 2017-12-11 | 1 | -30/+31 |
* | bgpd: Cleanup unneeded NULL checks. | Donald Sharp | 2017-12-05 | 1 | -9/+6 |
* | *: fix coverity warnings - error handling issues | Renato Westphal | 2017-10-24 | 1 | -1/+1 |
* | *: Convert list_delete(struct list *) to ** to allow nulling | Donald Sharp | 2017-10-05 | 1 | -8/+7 |
* | bgpd: Convert to using ETH_ALEN | Donald Sharp | 2017-08-04 | 1 | -1/+1 |
* | bgpd/eigrpd: fix crashes found by the CLI fuzzer | Renato Westphal | 2017-07-25 | 1 | -1/+9 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -6/+6 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -6/+6 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -2102/+2040 |
* | Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactor | David Lamparter | 2017-07-14 | 1 | -24/+21 |
|\ |
|
| * | Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attr | Donald Sharp | 2017-07-14 | 1 | -20/+17 |
| |\ |
|
| | * | *: remove VTYNL, part 6 of 6 | David Lamparter | 2017-07-14 | 1 | -6/+5 |
| | * | *: remove VTYNL, part 5 of 6 | David Lamparter | 2017-07-14 | 1 | -15/+13 |
| * | | bgpd: Refactor 'struct attr_extra' into 'struct attr' | Donald Sharp | 2017-07-12 | 1 | -4/+4 |
| |/ |
|
* / | lib: add some abstraction guards for table code | David Lamparter | 2017-07-11 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus... | Daniel Walton | 2017-06-30 | 1 | -12/+12 |
|\ |
|
| * | *: s/VTY_NEWLINE/VTYNL/g | Quentin Young | 2017-06-29 | 1 | -12/+12 |
* | | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST table | Daniel Walton | 2017-06-20 | 1 | -1/+1 |
|/ |
|
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | Address the error "Dead assignment" of static analysif | Hung-Weic Chiu | 2017-05-10 | 1 | -1/+0 |
* | *: update thread_add_* calls | Quentin Young | 2017-05-09 | 1 | -2/+3 |
* | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 1 | -2/+2 |
* | bgpd: replace AFI_ETHER reference with AFI_L2VPN ref | Philippe Guibert | 2017-02-14 | 1 | -5/+5 |
* | bgpd: add vrf-policy config using existing vnc code | Lou Berger | 2017-01-23 | 1 | -1/+5 |
* | bgpd rfapi: fix issue where advertised prefixes were not being disambiguated | Lou Berger | 2017-01-23 | 1 | -1/+17 |
* | rfapi: pickup recent changes | Lou Berger | 2017-01-02 | 1 | -0/+2 |
* | bgpd vnc: Add 'debug bgp vnc verbose' target | Lou Berger | 2016-12-08 | 1 | -47/+48 |
* | rfapi: cleanup some warnings | Lou Berger | 2016-10-11 | 1 | -2/+2 |
* | some rfapi compile fixes | Daniel Walton | 2016-10-05 | 1 | -4/+0 |
* | vnc: use directories in includes (request from Martin W.) | Lou Berger | 2016-10-03 | 1 | -24/+24 |
* | bgpd: add L3/L2VPN Virtual Network Control feature | Lou Berger | 2016-10-03 | 1 | -0/+2535 |