Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zebra: Use zebra dplane for RTM link and addr | Donald Sharp | 2023-07-05 | 12 | -712/+1033 |
* | zebra: Add code to get/set interface to pass up from dplane | Donald Sharp | 2023-07-05 | 13 | -1/+607 |
* | zebra: Remove duplicate function for netlink interface changes | Donald Sharp | 2023-07-05 | 1 | -174/+22 |
* | zebra: Remove unused add variable | Donald Sharp | 2023-07-05 | 3 | -5/+3 |
* | zebra: Remove unused dplane_intf_delete | Donald Sharp | 2023-07-05 | 2 | -13/+0 |
* | zebra: Move protodown_r_bit to a better spot | Donald Sharp | 2023-07-05 | 5 | -49/+35 |
* | zebra: Rename vrf_lookup_by_tableid to zebra_vrf_lookup.. | Donald Sharp | 2023-07-05 | 5 | -31/+32 |
* | Merge pull request #13875 from donaldsharp/static_dplane_issues | Mark Stapp | 2023-07-05 | 1 | -8/+7 |
|\ | |||||
| * | zebra: Static routes async notification do not need this test | Donald Sharp | 2023-06-29 | 1 | -8/+7 |
* | | Merge pull request #13333 from donaldsharp/vrf_bitmap_cleanup | Donatas Abraitis | 2023-07-04 | 19 | -134/+161 |
|\ \ | |||||
| * | | *: Rearrange vrf_bitmap_X api to reduce memory footprint | Donald Sharp | 2023-06-26 | 19 | -134/+161 |
* | | | Merge pull request #13554 from ryndia/fix_leak | Donatas Abraitis | 2023-07-04 | 3 | -3/+15 |
|\ \ \ | |||||
| * | | | bgpd: free bgp vpn policy | ryndia | 2023-07-04 | 3 | -3/+15 |
* | | | | Merge pull request #13467 from patrasar/pimv6_state_fix | Donatas Abraitis | 2023-07-04 | 1 | -2/+14 |
|\ \ \ \ | |||||
| * | | | | pim6d: "show ipv6 pim state" not displaying when OIL is empty | Sarita Patra | 2023-06-08 | 1 | -2/+14 |
* | | | | | Merge pull request #13889 from chiragshah6/fdev2 | Igor Ryzhov | 2023-07-04 | 1 | -1/+34 |
|\ \ \ \ \ | |||||
| * | | | | | tools: fix pim interface config deletion | Chirag Shah | 2023-06-30 | 1 | -1/+34 |
* | | | | | | Merge pull request #13892 from ryndia/fix_ospf6_lsa_leak | Donatas Abraitis | 2023-07-04 | 2 | -3/+9 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | ospf6d: unlock lsa | ryndia | 2023-07-03 | 2 | -3/+9 |
* | | | | | | Merge pull request #13894 from donaldsharp/route_map_applied_wrong | Donatas Abraitis | 2023-07-04 | 1 | -0/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | lib: Add two places we were not counting route-map applied | Donald Sharp | 2023-07-03 | 1 | -0/+5 |
* | | | | | | | Merge pull request #13921 from donaldsharp/ospf_vty_guard_json | Donatas Abraitis | 2023-07-04 | 2 | -2/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | bgpd: All paths bgp_vrf have already been derefed | Donald Sharp | 2023-07-03 | 1 | -1/+1 |
| * | | | | | | | ospfd: Ensure `show ip ospf interface` json code is guarded | Donald Sharp | 2023-07-03 | 1 | -1/+2 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #13916 from pguibert6WIND/vpnv4_asbr_test_complement | Donald Sharp | 2023-07-03 | 1 | -6/+31 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | topotests: bgp_vpnv4_asbr, wait that mpls entry is installed | Philippe Guibert | 2023-07-03 | 1 | -6/+31 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #13900 from donaldsharp/neighbor_structure_crash | Donatas Abraitis | 2023-07-03 | 3 | -2/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ospf6d: Fix crash because neighbor structure was freed | Donald Sharp | 2023-07-01 | 3 | -2/+6 |
* | | | | | | | Merge pull request #13897 from donaldsharp/ospf_crashing_possibility | Donatas Abraitis | 2023-07-02 | 1 | -5/+20 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ospf6d: Stop crash in ospf6_write | Donald Sharp | 2023-06-30 | 1 | -5/+20 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #13895 from mjstapp/fix_ospf_sync_json_null | Donald Sharp | 2023-07-02 | 2 | -0/+9 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ospfd: check for NULLs in vty code | Mark Stapp | 2023-06-30 | 2 | -0/+9 |
* | | | | | | | | Merge pull request #13847 from opensourcerouting/fix/free_zclient_sync_on_des... | Donald Sharp | 2023-07-01 | 5 | -2/+14 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | ldpd: Stop and free synchronous Zebra client on destroy | Donatas Abraitis | 2023-06-27 | 2 | -1/+8 |
| * | | | | | | | | pathd: Stop and free synchronous Zebra client on pathd termination | Donatas Abraitis | 2023-06-26 | 1 | -0/+2 |
| * | | | | | | | | ospfd: Stop and free synchronous Zebra client on OSPF termination | Donatas Abraitis | 2023-06-26 | 2 | -1/+4 |
* | | | | | | | | | Merge pull request #13878 from opensourcerouting/fix/staticd_ecmp_rib_delete_... | Donald Sharp | 2023-07-01 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | zebra: Dump route details when deleting a route | Donatas Abraitis | 2023-06-29 | 1 | -2/+6 |
* | | | | | | | | | | Merge pull request #13882 from opensourcerouting/fix/dead_code | Donald Sharp | 2023-07-01 | 1 | -64/+55 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | bgpd: Drop dead code when parsing extcommunity (color) | Donatas Abraitis | 2023-06-30 | 1 | -64/+55 |
* | | | | | | | | | | | Merge pull request #13883 from opensourcerouting/fix/comment_for_ecommunity_e... | Donald Sharp | 2023-07-01 | 1 | -22/+20 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | bgpd: Fix comment for ecommunity_ecom2str() | Donatas Abraitis | 2023-06-29 | 1 | -22/+20 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #13896 from fdumontet6WIND/aspath_mgm_fix | Donald Sharp | 2023-06-30 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | bgpd: fix no set as_path replace command | Francois Dumontet | 2023-06-30 | 1 | -1/+0 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #13836 from pguibert6WIND/set_aspath_replace_with_configur... | Donatas Abraitis | 2023-06-30 | 4 | -33/+100 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | |||||
| * | | | | | | | | bgpd: add 'set as-path replace' with a configured ASN | Philippe Guibert | 2023-06-28 | 4 | -33/+100 |
* | | | | | | | | | Merge pull request #13866 from LabNConsulting/mgmtd/incllang | Jafar Al-Gharaibeh | 2023-06-30 | 18 | -1165/+1453 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | mgmtd: convert map to darr use allowing dynamic registrations | Christian Hopps | 2023-06-28 | 1 | -99/+55 |
| * | | | | | | | | | lib: add dynamic array type | Christian Hopps | 2023-06-28 | 6 | -0/+767 |
| * | | | | | | | | | mgmtd: remove unused "placeholder" code. | Christian Hopps | 2023-06-28 | 3 | -38/+1 |