summaryrefslogtreecommitdiff
path: root/zebra/redistribute.c
AgeCommit message (Expand)Author
2023-11-07zebra: Remove static ARP entries on interface down eventsDonatas Abraitis
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
2020-08-28zebra: When shutting down an interface immediately notify about rnhDonald Sharp
2020-08-19zebra: Add table id to debug outputDonald Sharp
2020-04-07Zebra: Default route distribute handling.Santosh P K
2020-03-26Merge pull request #5925 from volta-networks/synchronous_clientRenato Westphal
2020-03-24*: remove tabs from log messagesDavid Lamparter
2020-03-23zebra: Synchronous client queues accumulate messages from zebra.Karen Schoener
2020-03-18bgpd,zebra: replace some more FUNCTION macrosMark Stapp
2020-03-08zebra: Only redistribute default routes of the right afiDonald Sharp
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2020-02-27zebra: Embed lib nexthop-group in zebra hash entryMark Stapp
2020-02-14zebra: Add vrf name to debug outputDonald Sharp
2020-02-09*: Remove parenthesis on return for constantsDonatas Abraitis
2019-12-04lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp