summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_nhg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Allow 16 bit size for nexthopsDonald Sharp2024-10-081-18/+14
* Merge pull request #16800 from donaldsharp/nhg_reuse_intf_down_upRuss White2024-10-041-3/+172
|\
| * zebra: Attempt to reuse NHG after interface up and route reinstallDonald Sharp2024-09-161-2/+156
| * zebra: Reinstall nexthop when interface comes back upDonald Sharp2024-09-161-0/+11
| * zebra: Properly note that a nhg's nexthop has gone downDonald Sharp2024-09-161-3/+7
* | zebra: Pass in ZEBRA_ROUTE_MAX instead of trueDonald Sharp2024-09-201-1/+2
|/
* zebra: Allow for initial deny of installation of nhe'sDonald Sharp2024-08-301-9/+22
* zebra: Allow blackhole singleton nexthops to be v6Donald Sharp2024-08-291-6/+11
* Merge pull request #16103 from mjstapp/fix_5549_nhg_typeRuss White2024-08-271-7/+0
|\
| * zebra: be consistent about v6 nexthops for v4 routesMark Stapp2024-08-061-7/+0
* | zebra: Create Singleton nhg's without weightsDonald Sharp2024-08-221-5/+43
* | zebra: Ensure non-equal id's are not same nhg'sDonald Sharp2024-08-111-3/+12
|/
* zebra: Properly note that a nhg's nexthop has gone downDonald Sharp2024-07-031-1/+27
* zebra: Set the weight for non-recursive next-hopDonatas Abraitis2024-06-181-0/+6
* lib, zebra: Check for not being a blackhole routeDonald Sharp2024-04-221-1/+2
* zebra: changes for code maintainabilitysri-mohan12024-03-261-2/+2
* zebra: When reinstalling a NHG, set REINSTALL flagDonald Sharp2024-02-081-9/+10
* zebra: Remove ifp_nhg_XXX functions completelyDonald Sharp2024-02-081-3/+8
* zebra: Installation success should not set NHG as validDonald Sharp2024-02-081-1/+0
* zebra: Use switch when handling return from dplane for nhgsDonald Sharp2024-02-081-2/+11
* zebra: Conslidate zebra_nhg_set_valid|invalid functionsDonald Sharp2024-02-081-23/+14
* zebra: dplane_nexthop_add cannot return ZEBRA_DPLANE_REQUEST_SUCCESSDonald Sharp2024-02-081-3/+4
* 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
|/