summaryrefslogtreecommitdiffstats
path: root/zebra/redistribute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: re-install nhg on interface upAshwini Reddy2023-05-051-0/+4
* zebra: Use zebra_vrf_lookup_by_id when we canDonald Sharp2023-03-281-1/+1
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* | zebra: Use string for type instead of numberDonald Sharp2023-02-131-2/+4
|/
* zebra: Create a zebra_rib_route_entry_new function and use itDonald Sharp2022-08-171-9/+4
* zebra: Fix ships in the night issueDonald Sharp2022-02-071-1/+1
* zebra: Add table and instance data to debugs for redistribute_deleteDonald Sharp2022-01-181-5/+20
* zebra: Cleanup temp variable usage in debugs for %pFXDonald Sharp2022-01-181-10/+6
* zebra: Modify zsend_redistribute_route to receive struct route_nodeDonald Sharp2022-01-181-22/+12
* zebra: Pass rn to zebra_redistribute_check insteadDonald Sharp2022-01-181-13/+11
* zebra: Convert redistribute_update to use a route_nodeDonald Sharp2022-01-181-16/+14
* zebra: Convert redistribute_delete to use a route_nodeDonald Sharp2022-01-181-17/+14
* zebra: Do not allow instance redistribution to happen no matter whatDonald Sharp2022-01-181-4/+7
* zebra: Add hint to what instance we are looking atDonald Sharp2022-01-181-6/+6
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-16/+16
* zebra: Do not allow redistribution for non-vrf tablesDonald Sharp2021-07-201-0/+6
* Revert "bgpd: vrf route leaking, fix vrf redistribute"Igor Ryzhov2021-05-091-6/+11
* zebra: Allow redistribution for routes selectedDonald Sharp2021-05-041-11/+1
* zebra: debug log for redistribute_delEmanuele Di Pascale2021-04-261-0/+8
* bgpd: vrf route leaking, fix vrf redistributeAbhinay Ramesh2021-04-071-11/+6
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* *: remove remaining severity prefixesDavid Lamparter2021-03-141-1/+1
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-2/+2
* Revert "zebra: When shutting down an interface immediately notify about rnh"Donald Sharp2020-12-121-1/+1
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-36/+24
* zebra: When shutting down an interface immediately notify about rnhDonald Sharp2020-08-281-1/+1
* zebra: Add table id to debug outputDonald Sharp2020-08-191-8/+8
* Zebra: Default route distribute handling.Santosh P K2020-04-071-63/+47
* Merge pull request #5925 from volta-networks/synchronous_clientRenato Westphal2020-03-261-3/+48
|\
| * zebra: Synchronous client queues accumulate messages from zebra.Karen Schoener2020-03-231-3/+48
* | *: remove tabs from log messagesDavid Lamparter2020-03-241-1/+1
* | bgpd,zebra: replace some more FUNCTION macrosMark Stapp2020-03-181-2/+1
* | zebra: Only redistribute default routes of the right afiDonald Sharp2020-03-081-0/+4
|/
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-10/+6
* zebra: Embed lib nexthop-group in zebra hash entryMark Stapp2020-02-271-3/+3
* zebra: Add vrf name to debug outputDonald Sharp2020-02-141-4/+7
* *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-2/+2
* lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp2019-12-041-6/+10
* zebra: separate zebra_vrf_lookup_table_with_id()Stephen Worley2019-11-011-4/+4
* zebra: Use nexthop object id on route deleteStephen Worley2019-10-251-1/+1
* zebra: Remove re->nexthop_num from reDonald Sharp2019-10-251-1/+0
* zebra: Replace nexthop_group with pointer in route entryDonald Sharp2019-10-251-3/+4
* zebra: Fix redistribution deletion for ZEBRA_ROUTE_ALLDonald Sharp2019-10-021-9/+12
* Zebra: Rectifying the log messages.vdhingra2019-09-191-2/+2
* zebra: revise redistribution delete to improve update caseMark Stapp2019-09-121-24/+70
* zebra : zebra redistributing IPV4 link local Addresses inconsistently.vdhingra2019-08-141-0/+14
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-221-2/+2
* zebra: import table entries are not showing up in the right tableDonald Sharp2019-06-251-3/+3
* zebra: Push VRF_DEFAULT outside of import table codeDonald Sharp2019-06-251-60/+86