summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Add code to set SRv6 encap source addr in dplaneCarmine Scarpitta2023-12-141-0/+1
* zebra: The dplane_fpm_nl return path leaks memoryDonald Sharp2023-12-111-0/+6
* Merge pull request #14968 from opensourcerouting/fix/missing_whitespaceDonald Sharp2023-12-101-1/+1
|\
| * zebra: Add missing whitespace when printing route entry statusDonatas Abraitis2023-12-081-1/+1
* | zebra: enqueue NHG_DEL in rib_nhg meta queuePhilippe Guibert2023-12-071-10/+52
|/
* Merge pull request #14795 from donaldsharp/zebra_notify_admin_lostMark Stapp2023-12-071-0/+20
|\
| * zebra: Fix non-notification of better admin wonDonald Sharp2023-11-291-0/+20
* | Merge pull request #12600 from donaldsharp/local_routesRuss White2023-12-051-25/+54
|\ \ | |/ |/|
| * *: Introduce Local Host Routes to FRRDonald Sharp2023-11-011-25/+54
* | zebra: On shutdown, ensure ctx's in rib_dplane_q are freedDonald Sharp2023-11-211-1/+15
* | zebra: reduce number of switch statements with dplane opcodesMark Stapp2023-11-171-60/+2
* | *: Move distance related defines into their own headerDonald Sharp2023-11-071-0/+1
* | *: Remove netlink headers from lib/zebra.hDonald Sharp2023-11-071-0/+4
|/
* zebra: add redistribute table-direct supportPhilippe Guibert2023-10-201-0/+1
* Merge pull request #14561 from idryzhov/implicit-fallthroughDonald Sharp2023-10-131-2/+1
|\
| * build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-2/+1
* | Merge pull request #13340 from leonshaw/fix/rib-del-connectedDonald Sharp2023-10-131-3/+4
|\ \ | |/ |/|
| * zebra: Fix connected route deletion when multiple entry existsXiao Liang2023-04-201-3/+4
* | zebra: Fix zebra crash when replacing NHE during shutdownRajasekar Raja2023-08-311-4/+22
* | Merge pull request #14256 from rodecker/rt-table-idDonald Sharp2023-08-251-1/+1
|\ \
| * | zebra: Make main routing table (RT_TABLE_MAIN) configurableMartin Pels2023-08-221-1/+1
* | | zebra: fix assert in process_subq_routePavel Ivashchenko2023-08-091-4/+18
|/ /
* | lib, zebra: Fix EVPN nexthop config orderXiao Liang2023-07-271-0/+18
* | zebra: add several fields for debuganlan_cs2023-07-251-4/+4
* | zebra: Further handle route replace semanticsDonald Sharp2023-07-171-1/+6
* | zebra: Use zebra dplane for RTM link and addrDonald Sharp2023-07-051-0/+2
* | zebra: Add code to get/set interface to pass up from dplaneDonald Sharp2023-07-051-0/+2
* | Merge pull request #13875 from donaldsharp/static_dplane_issuesMark Stapp2023-07-051-8/+7
|\ \
| * | zebra: Static routes async notification do not need this testDonald Sharp2023-06-291-8/+7
* | | zebra: Dump route details when deleting a routeDonatas Abraitis2023-06-291-2/+6
|/ /
* / zebra: Reduce creation and fix memory leak of frrscripting pointersDonald Sharp2023-05-051-17/+20
|/
* zebra: Actually free up memory associated with the mq listDonald Sharp2023-04-121-0/+3
* Merge pull request #13145 from donaldsharp/do_deleteJafar Al-Gharaibeh2023-04-051-1/+71
|\
| * zebra: Ensure gr events run after Meta Queue has runDonald Sharp2023-03-301-1/+71
* | zebra: Cleanup ctx leak on shutdown and turn off eventDonald Sharp2023-03-311-0/+19
* | zebra: Use zebra_vrf_lookup_by_id when we canDonald Sharp2023-03-281-5/+5
|/
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-1/+1
* *: Convert a bunch of thread_XX to event_XXDonald Sharp2023-03-241-1/+1
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-4/+4
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-5/+5
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* Merge pull request #12798 from donaldsharp/rib_match_multicastRuss White2023-02-211-74/+17
|\
| * zebra: Remove code duplication for v4 and v6 versions of rib_match_multicastDonald Sharp2023-02-161-74/+17
* | Merge pull request #12818 from imzyxwvu/fix/other-table-inactiveDonald Sharp2023-02-211-5/+5
|\ \
| * | zebra: Fix other table inactive when ip import-table is onzyxwvu Shi2023-02-151-5/+5
| |/
* | 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
* | Merge pull request #12789 from donaldsharp/version_cleanupDavid Lamparter2023-02-141-32/+69
|\ \
| * | lib, zebra: Consolidate ZEBRA_TABLE_MAX_DISTANCE valuesDonald Sharp2023-02-101-1/+1