| Commit message (Expand) | Author | Age | Files | Lines |
* | bgpd, isis, tools: style fixen | Quentin Young | 2020-04-21 | 1 | -2/+1 |
* | *: sprintf -> snprintf | Quentin Young | 2020-04-21 | 4 | -9/+16 |
* | Merge pull request #6135 from opensourcerouting/cli-node-cleanup | Donald Sharp | 2020-04-17 | 2 | -10/+32 |
|\ |
|
| * | *: move CLI node names to cmd_node->name | David Lamparter | 2020-04-16 | 2 | -0/+5 |
| * | *: move CLI parent data to cmd_node->parent_node | David Lamparter | 2020-04-16 | 1 | -0/+4 |
| * | *: remove second parameter on install_node() | David Lamparter | 2020-04-16 | 2 | -5/+7 |
| * | *: remove cmd_node->vtysh | David Lamparter | 2020-04-16 | 2 | -5/+0 |
| * | *: clean up cmd_node initializers | David Lamparter | 2020-04-16 | 2 | -5/+21 |
* | | Merge pull request #5451 from opensourcerouting/rcu-log | Santosh P K | 2020-04-16 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | lib: rewrite zlog lock-free & TLS-buffered | David Lamparter | 2020-04-01 | 1 | -2/+1 |
* | | *: Do not cast to the same type | Donatas Abraitis | 2020-04-08 | 4 | -7/+6 |
* | | Merge pull request #6105 from vivek-cumulus/bgp_link_bandwidth_unequal_cost_m... | Sri Mohana Singamsetty | 2020-04-05 | 4 | -7/+9 |
|\ \ |
|
| * | | bgpd: Ability to add/update unique extended communities | vivek | 2020-03-31 | 4 | -7/+9 |
| |/ |
|
* / | bgpd: #if ENABLE_BGP_VNC -> #ifdef ENABLE_BGP_VNC | Quentin Young | 2020-04-01 | 4 | -4/+4 |
|/ |
|
* | bgpd: Convert users of `rn->p` to use accessor function | Donald Sharp | 2020-03-26 | 6 | -52/+61 |
* | lib, bgpd: Another round of `struct const prefix` cleanup | Donald Sharp | 2020-03-26 | 2 | -4/+6 |
* | bgpd: Refactor vnc_import_bgp_redist_table | Donald Sharp | 2020-03-26 | 1 | -42/+31 |
* | bgpd, lib, ripngd: Add agg_node_get_prefix | Donald Sharp | 2020-03-24 | 10 | -248/+209 |
* | bgpd: Rework code to use `const struct prefix` | Donald Sharp | 2020-03-24 | 11 | -88/+92 |
* | bgpd, isisd, lib: Make key values const for skiplist | Donald Sharp | 2020-03-24 | 10 | -29/+30 |
* | Merge pull request #6073 from donaldsharp/is_default | Sri Mohana Singamsetty | 2020-03-23 | 1 | -1/+1 |
|\ |
|
| * | bgpd, lib: More `const`ification of various code | Donald Sharp | 2020-03-23 | 1 | -1/+1 |
* | | bgpd: More `const struct prefix` work | Donald Sharp | 2020-03-22 | 2 | -2/+2 |
|/ |
|
* | bgpd: Fix spelling mistakes found by debian packaging | Donald Sharp | 2020-03-14 | 1 | -1/+1 |
* | treewide: fix some issues found with -Werror=undef | Ruben Kerkhof | 2020-03-10 | 5 | -44/+44 |
* | bgpd: agg_node_lookup not unlocking | Donald Sharp | 2020-02-27 | 1 | -0/+1 |
* | *: Remove break after return | Donatas Abraitis | 2020-02-13 | 1 | -3/+0 |
* | bgpd: Replace bgp_flag_* to [UN]SET/CHECK_FLAG macros | Donatas Abraitis | 2020-02-06 | 1 | -3/+3 |
* | Merge pull request #5750 from qlyoung/fix-null-after-xfree | Renato Westphal | 2020-02-05 | 2 | -5/+1 |
|\ |
|
| * | *: remove null check before XFREE | Quentin Young | 2020-02-04 | 1 | -3/+1 |
| * | *: don't null after XFREE; XFREE does this itself | Quentin Young | 2020-02-03 | 2 | -2/+0 |
* | | bgpd: prefix-sid srv6 l3vpn service tlv | Hiroki Shirokura | 2020-01-15 | 1 | -0/+8 |
|/ |
|
* | bgpd: remove bgp_attr_dup | Quentin Young | 2019-12-05 | 2 | -10/+13 |
* | *: generously apply const | David Lamparter | 2019-12-02 | 2 | -3/+3 |
* | *: Convert prefix_free to double pointer | Donald Sharp | 2019-11-02 | 2 | -10/+6 |
* | bgpd: Remove dead code in rfapi | Donald Sharp | 2019-10-26 | 3 | -10/+2 |
* | bgpd: `struct bgp_path_info *`->attr must not be NULL | Donald Sharp | 2019-10-16 | 5 | -262/+196 |
* | bgpd: When creating extra from stack ensure it is zero'ed out | Donald Sharp | 2019-10-10 | 1 | -2/+2 |
* | bgpd: Use defined constants for NHLEN instead of numeric values | Donatas Abraitis | 2019-09-13 | 2 | -6/+6 |
* | lib: add frr_with_mutex() block-wrapper | David Lamparter | 2019-09-03 | 2 | -6/+2 |
* | Merge pull request #4522 from LabNConsulting/working/master/issue4479 | Quentin Young | 2019-06-25 | 1 | -0/+12 |
|\ |
|
| * | bgpd: handle additional events occuring during instance shutdown | Lou Berger | 2019-06-18 | 1 | -0/+12 |
* | | bgpd/rfapi: fix clang-SA warning | David Lamparter | 2019-06-13 | 1 | -1/+1 |
|/ |
|
* | lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warnings | Mark Stapp | 2019-06-06 | 1 | -1/+4 |
* | bgpd: fix rfapi false compiler warning | Quentin Young | 2019-05-29 | 1 | -0/+3 |
* | bgpd: Store reason why bestpath was choosen | Donald Sharp | 2019-05-16 | 1 | -1/+4 |
* | Merge pull request #4314 from lkrishnamoor/extract_tunnel_type_extcom | Donald Sharp | 2019-05-15 | 3 | -35/+6 |
|\ |
|
| * | bgpd: Extract tunnel type from extended communities | Lakshman Krishnamoorthy | 2019-05-14 | 3 | -35/+6 |
* | | bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callback | Donald Sharp | 2019-05-11 | 1 | -22/+0 |
|/ |
|
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 1 | -3/+2 |