summaryrefslogtreecommitdiff
path: root/zebra/zebra_rib.c
AgeCommit message (Expand)Author
2024-02-02Merge pull request #15216 from donaldsharp/zebra_opaque_mem_leakJafar Al-Gharaibeh
2024-01-24zebra: Cleanup dest assignmentDonald Sharp
2024-01-24zebra: Fix opaque memory leak in rare situationDonald Sharp
2023-12-14zebra: Add code to set SRv6 encap source addr in dplaneCarmine Scarpitta
2023-12-11zebra: The dplane_fpm_nl return path leaks memoryDonald Sharp
2023-12-10Merge pull request #14968 from opensourcerouting/fix/missing_whitespaceDonald Sharp
2023-12-08zebra: Add missing whitespace when printing route entry statusDonatas Abraitis
2023-12-07zebra: enqueue NHG_DEL in rib_nhg meta queuePhilippe Guibert
2023-12-07Merge pull request #14795 from donaldsharp/zebra_notify_admin_lostMark Stapp
2023-12-05Merge pull request #12600 from donaldsharp/local_routesRuss White
2023-11-29zebra: Fix non-notification of better admin wonDonald Sharp
2023-11-21zebra: On shutdown, ensure ctx's in rib_dplane_q are freedDonald Sharp
2023-11-17zebra: reduce number of switch statements with dplane opcodesMark Stapp
2023-11-07*: Move distance related defines into their own headerDonald Sharp
2023-11-07*: Remove netlink headers from lib/zebra.hDonald Sharp
2023-11-01*: Introduce Local Host Routes to FRRDonald Sharp
2023-10-20zebra: add redistribute table-direct supportPhilippe Guibert
2023-10-13Merge pull request #14561 from idryzhov/implicit-fallthroughDonald Sharp
2023-10-13Merge pull request #13340 from leonshaw/fix/rib-del-connectedDonald Sharp
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
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-20zebra: Fix connected route deletion when multiple entry existsXiao Liang
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