Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | bgpd: Fix crash for `show bgp attribute-info` | Donatas Abraitis | 2022-12-11 | 1 | -3/+7 | |
* | | | | | | | Merge pull request #12496 from opensourcerouting/ldpd-memleak-plug | Mark Stapp | 2022-12-12 | 1 | -12/+27 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | lib: fix capability double resource allocation | Rafael Zalamena | 2022-12-12 | 1 | -12/+27 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #12487 from anlancs/fix/fix-doc-ospf | Donatas Abraitis | 2022-12-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | doc: fix an incomplete command for ospf | anlan_cs | 2022-12-10 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #12457 from donaldsharp/nexthop_free | Donatas Abraitis | 2022-12-11 | 7 | -9/+236 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | tests: Add a test to show that BGP does not crash with unnumbered interfaces | Donald Sharp | 2022-12-10 | 6 | -0/+172 | |
| * | | | | | | bgpd: BGP fails to free the nexthop node | Pooja Jagadeesh Doijode | 2022-12-10 | 1 | -9/+64 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #12472 from donaldsharp/asic_offload_doc | Jafar Al-Gharaibeh | 2022-12-10 | 1 | -2/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | doc: Clarify asic offload documentation in zebra | Donald Sharp | 2022-12-09 | 1 | -2/+3 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #12482 from donaldsharp/mem_this | Jafar Al-Gharaibeh | 2022-12-10 | 8 | -46/+63 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | zebra: Free up routemap name memory on vrf deletion event | Donald Sharp | 2022-12-09 | 3 | -0/+20 | |
| * | | | | | | lib: Hide list macros in linklist.c | Donald Sharp | 2022-12-09 | 2 | -31/+31 | |
| * | | | | | | ospf6d: Don't allocate json memory in non-json path | Donald Sharp | 2022-12-09 | 1 | -1/+2 | |
| * | | | | | | zebra: Actually free all memory associated ctx->u.iptable.interface_name_list | Donald Sharp | 2022-12-09 | 1 | -14/+8 | |
| * | | | | | | isisd: Fix sadj memory leak | Donald Sharp | 2022-12-09 | 1 | -0/+2 | |
* | | | | | | | Merge pull request #12462 from opensourcerouting/fix/default_originate_labele... | Donald Sharp | 2022-12-10 | 8 | -10/+191 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | tests: Check if default-originate works with labeled-unicast | Donatas Abraitis | 2022-12-07 | 6 | -0/+162 | |
| * | | | | | | | bgpd: Announce labeled-unicast default-originate | Donatas Abraitis | 2022-12-07 | 2 | -10/+29 | |
* | | | | | | | | Merge pull request #12483 from opensourcerouting/feature/add_addpath_labeled_... | Donald Sharp | 2022-12-10 | 1 | -3/+8 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | bgpd: Free memory allocated by info_make() when hitting maximum-prefix | Donatas Abraitis | 2022-12-09 | 1 | -3/+8 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #12477 from opensourcerouting/feature/add_addpath_labeled_... | Donald Sharp | 2022-12-09 | 5 | -4/+70 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | tests: Add more tests for labeled-unicast and addpath | Donatas Abraitis | 2022-12-09 | 5 | -4/+70 | |
* | | | | | | | | Merge pull request #12466 from opensourcerouting/bsd-fixes-20221208 | Donald Sharp | 2022-12-09 | 5 | -9/+129 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | doc: add FreeBSD 13 build docs | David Lamparter | 2022-12-08 | 3 | -1/+125 | |
| * | | | | | | | | build: pim6d is Linux only | David Lamparter | 2022-12-08 | 1 | -7/+3 | |
| * | | | | | | | | build: fix sed regex in Lua macro | David Lamparter | 2022-12-08 | 1 | -1/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #12464 from taspelund/vxlan_config_docs | Donatas Abraitis | 2022-12-09 | 4 | -0/+525 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | doc: add FRR/Linux configuration examples for EVPN | Trey Aspelund | 2022-12-08 | 4 | -0/+525 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #12467 from opensourcerouting/fix/advertised_routes_json_n... | Donald Sharp | 2022-12-09 | 1 | -2/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | bgpd: Deprecate `bgpStatusCodes` and `bgpOriginCodes` | Donatas Abraitis | 2022-12-08 | 1 | -2/+20 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #12471 from opensourcerouting/fix/gh_actions_on_forks_forb... | Mark Stapp | 2022-12-09 | 7 | -0/+7 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | github: Prevent running actions on forked repositories | Donatas Abraitis | 2022-12-08 | 7 | -0/+7 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #12470 from donaldsharp/cleanup_topos | Donatas Abraitis | 2022-12-09 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | tests: ospf_gr_helper tests are slow | Donald Sharp | 2022-12-08 | 1 | -5/+5 | |
* | | | | | | | | Merge pull request #12473 from donaldsharp/ensure_used | Donatas Abraitis | 2022-12-09 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | bgpd: Don't always allocate json memory in non-json path | Donald Sharp | 2022-12-09 | 1 | -1/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #12463 from opensourcerouting/fix/totalPrefixCounter_with_... | Donald Sharp | 2022-12-08 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | bgpd: totalPrefixCounter incorectly shows sent prefix count | Donatas Abraitis | 2022-12-07 | 1 | -0/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #12468 from mjstapp/fix_log_command_types | Donald Sharp | 2022-12-08 | 1 | -7/+18 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | lib: fix zlog command types table | Mark Stapp | 2022-12-08 | 1 | -7/+18 | |
* | | | | | | | Merge pull request #12430 from opensourcerouting/accords | Quentin Young | 2022-12-08 | 4 | -0/+73 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | doc: introduce FRR community "accords" | David Lamparter | 2022-12-08 | 4 | -0/+73 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #12461 from donaldsharp/evpn_mh_crash | Donatas Abraitis | 2022-12-08 | 1 | -23/+25 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | bgpd: Prevent crash in evpn when using default vrf | Donald Sharp | 2022-12-07 | 1 | -23/+25 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #12460 from opensourcerouting/msdp-fixes | Donald Sharp | 2022-12-07 | 1 | -0/+44 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | pimd: fix MSDP packet debug crashes | Rafael Zalamena | 2022-12-07 | 1 | -0/+20 | |
| * | | | | | pimd: fix MSDP crash on unexpected TLV sizes | Rafael Zalamena | 2022-12-07 | 1 | -0/+24 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #12456 from opensourcerouting/fix/bgpd_labeled_unicast_rr_... | Donald Sharp | 2022-12-07 | 15 | -9/+294 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | bgpd: Adopt addpath functionality for labeled-unicast | Donatas Abraitis | 2022-12-06 | 5 | -9/+51 |