summaryrefslogtreecommitdiff
path: root/zebra/zebra_rib.c
AgeCommit message (Expand)Author
2023-12-12zebra: The dplane_fpm_nl return path leaks memoryDonald Sharp
2023-12-10zebra: Add missing whitespace when printing route entry statusDonatas Abraitis
2023-10-13zebra: Fix connected route deletion when multiple entry existsXiao Liang
2023-08-31zebra: Fix zebra crash when replacing NHE during shutdownRajasekar Raja
2023-08-25Merge pull request #14256 from rodecker/rt-table-idDonald Sharp
2023-08-22zebra: Make main routing table (RT_TABLE_MAIN) configurableMartin Pels
2023-08-09zebra: fix assert in process_subq_routePavel Ivashchenko
2023-07-27lib, zebra: Fix EVPN nexthop config orderXiao Liang
2023-07-25zebra: add several fields for debuganlan_cs
2023-07-17zebra: Further handle route replace semanticsDonald Sharp
2023-07-05zebra: Use zebra dplane for RTM link and addrDonald Sharp
2023-07-05zebra: Add code to get/set interface to pass up from dplaneDonald Sharp
2023-07-05Merge pull request #13875 from donaldsharp/static_dplane_issuesMark Stapp
2023-06-29zebra: Dump route details when deleting a routeDonatas Abraitis
2023-06-29zebra: Static routes async notification do not need this testDonald Sharp
2023-05-05zebra: Reduce creation and fix memory leak of frrscripting pointersDonald Sharp
2023-04-12zebra: Actually free up memory associated with the mq listDonald Sharp
2023-04-04Merge pull request #13145 from donaldsharp/do_deleteJafar Al-Gharaibeh
2023-03-31zebra: Cleanup ctx leak on shutdown and turn off eventDonald Sharp
2023-03-29zebra: Ensure gr events run after Meta Queue has runDonald Sharp
2023-03-28zebra: Use zebra_vrf_lookup_by_id when we canDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert a bunch of thread_XX to event_XXDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-21Merge pull request #12798 from donaldsharp/rib_match_multicastRuss White
2023-02-21Merge pull request #12818 from imzyxwvu/fix/other-table-inactiveDonald Sharp
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-16zebra: Remove code duplication for v4 and v6 versions of rib_match_multicastDonald Sharp
2023-02-15zebra: Fix other table inactive when ip import-table is onzyxwvu Shi
2023-02-14Merge pull request #12789 from donaldsharp/version_cleanupDavid Lamparter
2023-02-13lib,zebra,bgpd,staticd: use label code to store VNI infoStephen Worley
2023-02-10lib, zebra: Consolidate ZEBRA_TABLE_MAX_DISTANCE valuesDonald Sharp
2023-02-10lib, zebra: Use defines for distanceDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31zebra: Add missing enums to switch statementsDonald Sharp
2023-01-31zebra: Send nht resolved entry up to concerned protocols in all casesDonald Sharp
2023-01-25zebra: Remove impossible to use functionDonald Sharp
2023-01-23zebra: use typesafe lib lists in zebra dplaneMark Stapp
2023-01-18Merge pull request #12604 from donaldsharp/distance_metric_offload_fixesRuss White
2023-01-16zebra: fix use after free on RIB processingRafael Zalamena
2023-01-05zebra: Set metric appropriately on route offload to asicDonald Sharp
2023-01-05zebra: Fix distance being set incorrectly on kernel offload updateDonald Sharp
2022-12-15zebra: When freeing the early route queue, actually free it rightDonald Sharp
2022-12-15lib, tests, zebra: Remove unused workqueue error functionDonald Sharp
2022-12-13zebra: Read from the dplane_fpm_nl a route updateDonald Sharp
2022-12-12zebra: Add `zrouter.asic_notification_nexthop_control`Donald Sharp
2022-12-12zebra: Return statements do not use paranthesisDonald Sharp