summaryrefslogtreecommitdiffstats
path: root/zebra/redistribute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* zebra: Use correct parameter order for table lookup up.Donald Sharp2019-06-251-2/+2
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-9/+9
* *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-9/+9
* Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-041-2/+2
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-301-2/+2
* zebra: Continue rm update if table not foundStephen Worley2019-05-171-0/+7
* Merge pull request #4269 from donaldsharp/other_tablesRuss White2019-05-161-3/+4
|\
| * zebra: Remove basic duplicated functionDonald Sharp2019-05-091-3/+4
* | zebra: Switch to using monotime(NULL) for re->uptimeDonald Sharp2019-05-111-1/+1
|/
* doc, zebra: Remove "table X" commandDonald Sharp2019-05-061-5/+4
* zebra: Remove zclient->idinfo restrictionsDonald Sharp2019-02-051-14/+11
* zebra: Move rtm_table_default to zrouterDonald Sharp2019-01-311-3/+3
* zebra: Move client_list to the zebra_router data structureDonald Sharp2019-01-311-12/+13
* zebra: Convert route entry id number to string in debugsDonald Sharp2019-01-301-5/+6
* zebra: fix checking of clients subscribed to receive interface infoRenato Westphal2019-01-181-3/+3
* lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal2019-01-141-4/+34
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-5/+5
* zebra: fix includesQuentin Young2018-09-061-0/+1
* zebra: flog_warn conversionQuentin Young2018-09-061-9/+14
* zebra : Zebra does not properly track which route-maps are changed (#2493)kssoman2018-08-171-4/+3
* lib, zebra: Allow protocols to use Distance as part of RR semanticsDonald Sharp2018-07-291-1/+1