summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_nhg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Remove debugs for retrieving a new nhg idDonald Sharp2024-01-251-14/+2
* zebra: Combine 2 debugs into 1 for NHG DetailDonald Sharp2024-01-251-11/+6
* zebra: use break instead of gotoDonald Sharp2024-01-211-2/+1
* Merge pull request #12600 from donaldsharp/local_routesRuss White2023-12-051-1/+2
|\
| * *: Introduce Local Host Routes to FRRDonald Sharp2023-11-011-1/+2
* | zebra: clarify error when calling zebra_nhg_rib_find_nhe()Philippe Guibert2023-11-301-1/+7
* | zebra: reduce number of switch statements with dplane opcodesMark Stapp2023-11-171-64/+5
|/
* zebra: Allow longer prefix matches for nexthopsDonald Sharp2023-10-231-46/+36
* build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-0/+1
* Revert "lib: register bgp link-state afi/safi"Donald Sharp2023-10-101-2/+0
* Merge pull request #14515 from mjstapp/fix_nhg_intf_uninstallChirag Shah2023-10-101-2/+7
|\
| * zebra: be more careful removing 'installed' flag from nhgsMark Stapp2023-09-291-2/+7
* | Merge pull request #12649 from louis-6wind/bgp-link-stateRuss White2023-09-261-0/+2
|\ \ | |/ |/|
| * lib: register bgp link-state afi/safiLouis Scalbert2023-09-181-0/+2
* | bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthopDmytro Shytyi2023-09-201-5/+12
|/
* zebra: Fix zebra crash when replacing NHE during shutdownRajasekar Raja2023-08-311-14/+24
* zebra: Remove tag from zebra_rmap_objDonald Sharp2023-08-111-1/+1
* zebra: Remove instance from zebra_rmap_obj data structureDonald Sharp2023-08-111-2/+1
* zebra: Replace source_protocol with just using re in route map objectDonald Sharp2023-08-111-2/+2
* Merge pull request #14078 from raja-rajasekar/frr_dev1Donatas Abraitis2023-08-011-1/+12
|\
| * zebra: fix nhe refcnt when frr service goes downRajasekar Raja2023-07-261-1/+12
* | zebra: fix nhg out of sync between zebra and kernelanlan_cs2023-07-241-3/+6
|/
* zebra: Further handle route replace semanticsDonald Sharp2023-07-171-8/+8
* zebra: use NHRP routes as valid in nexthop checkMark Stapp2023-07-101-1/+8
* Merge pull request #13396 from donaldsharp/interface_is_interfaceRuss White2023-07-061-0/+1
|\
| * zebra: Add code to get/set interface to pass up from dplaneDonald Sharp2023-07-051-0/+1
* | zebra: fix wrong nexthop check for kernel routesanlan_cs2023-07-021-2/+3
* | zebra: Remove unnecessary condition check for kernel routesanlan_cs2023-07-021-6/+2
|/
* zebra:re-install dependent nhgs on interface upChirag Shah2023-05-051-5/+38
* zebra: re-install nhg on interface upAshwini Reddy2023-05-051-0/+46
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-5/+5
* *: 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-2/+2
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-17/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-17/+1
* | zebra: clang-format style fixesStephen Worley2023-02-141-11/+11
* | zebra: account for non-evpn ecmpStephen Worley2023-02-141-0/+4
* | zebra: nhg resolution handler for d-vniStephen Worley2023-02-141-5/+90
|/
* zebra: Add missing enums to switch statementsDonald Sharp2023-01-311-2/+6
* zebra: i declaration shadows other i declaredDonald Sharp2023-01-261-4/+5
* zebra: traffic control state managementSiger Yang2022-11-221-3/+8
* *: Add ability to encode / decode resilence down zapiDonald Sharp2022-11-041-0/+1
* lib, zebra: Add ability to encode/decode resilient nhg'sDonald Sharp2022-11-041-6/+29
* zebra: Fix handling of recursive routes when processing closely in timeDonald Sharp2022-10-261-3/+25
* zebra: Fix debug of filtering out prefix due to routemapDonald Sharp2022-10-201-4/+2
* zebra: add tc netlink and dplane opsSiger Yang2022-08-101-0/+3
* zebra: Cleanup unguarded debugDonald Sharp2022-08-081-3/+0
* zebra: zrouter.in_shutdown is an atomic variableDonald Sharp2022-08-051-2/+2
* zebra: Fix memory leaks and use after frees in nhg's on shutdownDonald Sharp2022-08-051-2/+53