summaryrefslogtreecommitdiff
path: root/zebra/zebra_nhg.c
AgeCommit message (Expand)Author
2025-02-11zebra: include resolving nexthops in nhg hashMark Stapp
2024-08-12zebra: Ensure non-equal id's are not same nhg'sDonald Sharp
2024-04-23lib, zebra: Check for not being a blackhole routeDonald Sharp
2024-01-24zebra: Remove debugs for retrieving a new nhg idDonald Sharp
2024-01-24zebra: Combine 2 debugs into 1 for NHG DetailDonald Sharp
2024-01-20zebra: use break instead of gotoDonald Sharp
2023-12-05Merge pull request #12600 from donaldsharp/local_routesRuss White
2023-11-30zebra: clarify error when calling zebra_nhg_rib_find_nhe()Philippe Guibert
2023-11-17zebra: reduce number of switch statements with dplane opcodesMark Stapp
2023-11-01*: Introduce Local Host Routes to FRRDonald Sharp
2023-10-23zebra: Allow longer prefix matches for nexthopsDonald Sharp
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-10-10Revert "lib: register bgp link-state afi/safi"Donald Sharp
2023-10-10Merge pull request #14515 from mjstapp/fix_nhg_intf_uninstallChirag Shah
2023-09-29zebra: be more careful removing 'installed' flag from nhgsMark Stapp
2023-09-26Merge pull request #12649 from louis-6wind/bgp-link-stateRuss White
2023-09-20bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthopDmytro Shytyi
2023-09-18lib: register bgp link-state afi/safiLouis Scalbert
2023-08-31zebra: Fix zebra crash when replacing NHE during shutdownRajasekar Raja
2023-08-11zebra: Remove tag from zebra_rmap_objDonald Sharp
2023-08-11zebra: Remove instance from zebra_rmap_obj data structureDonald Sharp
2023-08-11zebra: Replace source_protocol with just using re in route map objectDonald Sharp
2023-08-01Merge pull request #14078 from raja-rajasekar/frr_dev1Donatas Abraitis
2023-07-26zebra: fix nhe refcnt when frr service goes downRajasekar Raja
2023-07-24zebra: fix nhg out of sync between zebra and kernelanlan_cs
2023-07-17zebra: Further handle route replace semanticsDonald Sharp
2023-07-10zebra: use NHRP routes as valid in nexthop checkMark Stapp
2023-07-06Merge pull request #13396 from donaldsharp/interface_is_interfaceRuss White
2023-07-05zebra: Add code to get/set interface to pass up from dplaneDonald Sharp
2023-07-02zebra: fix wrong nexthop check for kernel routesanlan_cs
2023-07-02zebra: Remove unnecessary condition check for kernel routesanlan_cs
2023-05-05zebra:re-install dependent nhgs on interface upChirag Shah
2023-05-05zebra: re-install nhg on interface upAshwini Reddy
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-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-13zebra: clang-format style fixesStephen Worley
2023-02-13zebra: account for non-evpn ecmpStephen Worley
2023-02-13zebra: nhg resolution handler for d-vniStephen Worley
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31zebra: Add missing enums to switch statementsDonald Sharp
2023-01-26zebra: i declaration shadows other i declaredDonald Sharp
2022-11-22zebra: traffic control state managementSiger Yang
2022-11-04*: Add ability to encode / decode resilence down zapiDonald Sharp
2022-11-04lib, zebra: Add ability to encode/decode resilient nhg'sDonald Sharp
2022-10-26zebra: Fix handling of recursive routes when processing closely in timeDonald Sharp
2022-10-20zebra: Fix debug of filtering out prefix due to routemapDonald Sharp
2022-08-11zebra: add tc netlink and dplane opsSiger Yang