summaryrefslogtreecommitdiff
path: root/zebra/redistribute.c
AgeCommit message (Expand)Author
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
2019-11-01zebra: separate zebra_vrf_lookup_table_with_id()Stephen Worley
2019-10-25zebra: Use nexthop object id on route deleteStephen Worley
2019-10-25zebra: Remove re->nexthop_num from reDonald Sharp
2019-10-25zebra: Replace nexthop_group with pointer in route entryDonald Sharp
2019-10-02zebra: Fix redistribution deletion for ZEBRA_ROUTE_ALLDonald Sharp
2019-09-19Zebra: Rectifying the log messages.vdhingra
2019-09-12zebra: revise redistribution delete to improve update caseMark Stapp
2019-08-14zebra : zebra redistributing IPV4 link local Addresses inconsistently.vdhingra
2019-07-22lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy
2019-06-25zebra: import table entries are not showing up in the right tableDonald Sharp
2019-06-25zebra: Push VRF_DEFAULT outside of import table codeDonald Sharp
2019-06-25zebra: Use correct parameter order for table lookup up.Donald Sharp
2019-06-23Revert "Ospf missing interface handling 2"Donald Sharp
2019-06-12*: change interface structure, from vrf_id to vrfPhilippe Guibert
2019-06-03Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy
2019-05-30lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy
2019-05-16zebra: Continue rm update if table not foundStephen Worley