summaryrefslogtreecommitdiff
path: root/zebra/redistribute.c
AgeCommit message (Expand)Author
2025-03-19zebra: Convert the zrouter.client_list to a typesafe listDonald Sharp
2025-01-23lib,zebra: VRF table-direct supportRafael Zalamena
2024-10-29zebra: Add ability to import alternate tables into the MRIBNathan Bahr
2024-09-11zebra: Add more vrf name to debugsDonald Sharp
2024-02-08zebra: Move nhg reinstallation into if_up properDonald Sharp
2024-01-09zebra: SA incorrectly believes a NULL pointerDonald Sharp
2023-12-05Merge pull request #12600 from donaldsharp/local_routesRuss White
2023-11-08Merge pull request #14741 from donaldsharp/zebra_h_cleanupDonatas Abraitis
2023-11-07Merge pull request #14698 from opensourcerouting/fix/remove_static_arp_entrie...Russ White
2023-11-07*: Move distance related defines into their own headerDonald Sharp
2023-11-06zebra: Remove static ARP entries on interface down eventsDonatas Abraitis
2023-11-01*: Introduce Local Host Routes to FRRDonald Sharp
2023-11-01zebra: Remove vrf_id check against VRF_DEFAULT for zebra_redistribute()Donatas Abraitis
2023-10-20zebra: add redistribute table-direct supportPhilippe Guibert
2023-10-10zebra: Free nexthop_groupKeelan10
2023-10-07*: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs
2023-08-22zebra: Make main routing table (RT_TABLE_MAIN) configurableMartin Pels
2023-08-11zebra: Remove tag from zebra_rmap_objDonald Sharp
2023-08-11zebra: Remove instance from zebra_rmap_obj data structureDonald Sharp
2023-08-11zebra: Replace source_protocol with just using re in route map objectDonald Sharp
2023-08-11zebra: import table match against interface name could failDonald Sharp
2023-07-12zebra: fix imported static routes deletionPhilippe Guibert
2023-07-11zebra: adjust one debug infoanlan_cs
2023-06-26*: Rearrange vrf_bitmap_X api to reduce memory footprintDonald Sharp
2023-05-05zebra: re-install nhg on interface upAshwini Reddy
2023-03-28zebra: Use zebra_vrf_lookup_by_id when we canDonald Sharp
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-13zebra: Use string for type instead of numberDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-08-17zebra: Create a zebra_rib_route_entry_new function and use itDonald Sharp
2022-02-07zebra: Fix ships in the night issueDonald Sharp
2022-01-18zebra: Add table and instance data to debugs for redistribute_deleteDonald Sharp
2022-01-18zebra: Cleanup temp variable usage in debugs for %pFXDonald Sharp
2022-01-18zebra: Modify zsend_redistribute_route to receive struct route_nodeDonald Sharp
2022-01-18zebra: Pass rn to zebra_redistribute_check insteadDonald Sharp
2022-01-18zebra: Convert redistribute_update to use a route_nodeDonald Sharp
2022-01-18zebra: Convert redistribute_delete to use a route_nodeDonald Sharp
2022-01-18zebra: Do not allow instance redistribution to happen no matter whatDonald Sharp
2022-01-18zebra: Add hint to what instance we are looking atDonald Sharp
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-07-19zebra: Do not allow redistribution for non-vrf tablesDonald Sharp
2021-05-09Revert "bgpd: vrf route leaking, fix vrf redistribute"Igor Ryzhov
2021-05-03zebra: Allow redistribution for routes selectedDonald Sharp
2021-04-26zebra: debug log for redistribute_delEmanuele Di Pascale
2021-04-07bgpd: vrf route leaking, fix vrf redistributeAbhinay Ramesh
2021-03-22zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-14*: remove remaining severity prefixesDavid Lamparter
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter
2020-12-11Revert "zebra: When shutting down an interface immediately notify about rnh"Donald Sharp
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis