summaryrefslogtreecommitdiff
path: root/zebra/redistribute.c
AgeCommit message (Expand)Author
2019-05-16zebra: Continue rm update if table not foundStephen Worley
2019-05-16Merge pull request #4269 from donaldsharp/other_tablesRuss White
2019-05-11zebra: Switch to using monotime(NULL) for re->uptimeDonald Sharp
2019-05-09zebra: Remove basic duplicated functionDonald Sharp
2019-05-06doc, zebra: Remove "table X" commandDonald Sharp
2019-02-05zebra: Remove zclient->idinfo restrictionsDonald Sharp
2019-01-31zebra: Move rtm_table_default to zrouterDonald Sharp
2019-01-31zebra: Move client_list to the zebra_router data structureDonald Sharp
2019-01-29zebra: Convert route entry id number to string in debugsDonald Sharp
2019-01-18zebra: fix checking of clients subscribed to receive interface infoRenato Westphal
2019-01-14lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal
2018-09-13zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young
2018-09-06zebra: fix includesQuentin Young
2018-09-06zebra: flog_warn conversionQuentin Young
2018-08-17zebra : Zebra does not properly track which route-maps are changed (#2493)kssoman
2018-07-29lib, zebra: Allow protocols to use Distance as part of RR semanticsDonald Sharp
2018-07-11zebra, libs: use const prefix ptrs in apisMark Stapp
2018-07-03ospfd zebra: array overrun fixes (PVS-Studio)F. Aragon
2018-06-04zebra: Add some vrf information to debug messagesDonald Sharp
2018-05-17zebra: Add 'match source-instance' to allow finer grained controlDonald Sharp
2018-04-26bgpd, zebra: Handle EVPN router MAC per next hopvivek
2018-04-24Merge pull request #2106 from qlyoung/zapi-msgRuss White
2018-04-23zebra: Add some information to redistribute debugsDonald Sharp
2018-04-22zebra: clean up zapi organizationQuentin Young
2018-04-19zebra: resolve issue when changing import-table route-map configDon Slice
2018-04-17zebra: fix flaw in fix for import-table crashDon Slice
2018-04-16zebra: resolve assert when adding ip import-table entryDon Slice
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-16zebra: Read in on startup arbitrary tablesDonald Sharp
2018-03-14Merge branch 'master' into working/master/bgp-vpn-vrf-leakingpaulzlabn
2018-03-12zebra: reorganize zserv, batch i/oQuentin Young
2018-03-12zebra: standardize ZAPI message handler argsQuentin Young
2018-03-09zebra: debug additional detail for route announce/redistG. Paul Ziemba
2018-03-09lib: Isolate nexthop_group functions to nexthop_group.cDonald Sharp
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-12-14zebra: proper refcounting for rmac/nh entriesmitesh
2017-11-13lib, zebra: Modify zebra to use STREAM_GET for zapiDonald Sharp
2017-10-05zebra: resolve issue with importing table entries correctlyDon Slice
2017-09-25zebra: Do not allow delete of route from kernel in non-startup caseDonald Sharp
2017-09-15*: use clang's 'ForEachMacros' format style optionRenato Westphal
2017-09-11zebra: Fixup indentationDonald Sharp
2017-08-31zebra: Add v6 support for import-tableDonald Sharp
2017-08-31*: Cleanup multiple is_default... codeDonald Sharp
2017-08-31zebra: Clean up indentationDonald Sharp
2017-08-31Merge pull request #1079 from qlyoung/fix-style-aRenato Westphal
2017-08-31Merge pull request #1044 from donaldsharp/combinationJafar Al-Gharaibeh
2017-08-30*: fix styleQuentin Young
2017-08-28zebra: rib: use nexthop ptr in rib_add/deleteDavid Lamparter
2017-08-25zebra: Coverity Code CleanupDonald Sharp
2017-08-23*: use zapi_route to send/receive redistributed routes as wellRenato Westphal