summaryrefslogtreecommitdiffstats
path: root/staticd/static_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Fix up improper handling of nexthops for nexthop trackingDonald Sharp2024-10-151-1/+1
* zebra: fix missing static routesanlan_cs2024-07-121-1/+2
* Merge pull request #15285 from idryzhov/staticd-nexthop-refcounterDonald Sharp2024-02-081-1/+1
|\
| * staticd: don't send routes from disabled vrfs to zebraIgor Ryzhov2024-02-041-1/+1
* | staticd: coverity fixesIgor Ryzhov2024-02-041-1/+5
|/
* staticd: fix NB dependency hackIgor Ryzhov2024-02-011-3/+4
* staticd: replace `receive_notify` with requestDavid Lamparter2023-11-231-3/+2
* staticd: use `zclient->nexthop_update`David Lamparter2023-11-201-25/+17
* lib: convert if_zapi_callbacks into actual hooksDavid Lamparter2023-11-031-2/+4
* staticd: zebra, modify nexthop to support multiple srv6 segs SIDsDmytro Shytyi2023-09-201-0/+15
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* lib: remove concurrent nexthop zapi (un)registrationLouis Scalbert2023-01-241-2/+0
* lib: do not reopen a zclient socket for bfdLouis Scalbert2023-01-241-0/+5
* staticd: BFD integration northbound supportRafael Zalamena2023-01-131-0/+4
* lib, staticd: return values even after an assertDonald Sharp2022-12-161-0/+1
* staticd: redo VRF_DEFAULT NHT registers on connectDavid Lamparter2022-04-241-0/+3
* staticd: merge NHT register & update, reorganizeDavid Lamparter2022-04-241-51/+37
* staticd: use double pointer for NHT decrefDavid Lamparter2022-04-241-18/+26
* staticd: minor refactor NHT register codeDavid Lamparter2022-04-241-51/+39
* *: Fix spelling of IntefaceDonald Sharp2022-04-021-1/+1
* staticd: track nexthops per-SAFIDavid Lamparter2022-03-271-13/+24
* staticd: use inline prefix in NHT dataDavid Lamparter2022-03-271-14/+10
* staticd: use typesafe static_nht_hashDavid Lamparter2022-03-271-55/+76
* *: add SAFI argument to zclient_send_rnhDavid Lamparter2022-03-271-2/+2
* *: When matching against a nexthop send and process what it matched againstDonald Sharp2022-03-121-7/+8
* Merge pull request #10678 from donaldsharp/staticd_make_check_fixJafar Al-Gharaibeh2022-02-281-0/+1
|\
| * staticd: Fix `make check` failuresDonald Sharp2022-02-281-0/+1
* | staticd: Don't register existing nexthop to zebraXiao Liang2022-02-281-6/+11
|/
* staticd: reject route config with too many nexthopsMark Stapp2022-02-171-0/+4
* staticd: capture zebra's advertised ECMP limitMark Stapp2022-02-171-0/+1
* staticd: remove unnecessary function callIgor Ryzhov2021-11-231-7/+0
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-2/+3
* *: clean up ifp-by-local-address function(s)David Lamparter2021-11-171-6/+2
* *: convert zclient callbacks to tableDavid Lamparter2021-10-201-5/+9
* *: Add resolve via default flagDonald Sharp2021-09-271-1/+1
* staticd: simplify the northbound codeIgor Ryzhov2021-07-091-10/+11
* tests: add grpc unit testChristian Hopps2021-06-061-0/+10
* *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-151-1/+2
* bgpd: Advertise FIB installed routes to bgp peers (Part 1)Soman K S2020-11-061-1/+2
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-9/+6
* Merge pull request #6882 from vishaldhingra/staticDonald Sharp2020-10-031-5/+4
|\
| * staticd : Added the warning log for route when VRF is not ready.vdhingra2020-09-011-5/+4
* | *: make failure to decode nht update an errorQuentin Young2020-10-011-1/+1
|/
* staticd: add support for SR PoliciesSebastien Merle2020-08-121-0/+4
* staticd : Configuration northbound implementationvdhingra2020-07-161-51/+91
* staticd,zebra: use ALLOW_RECURSION for static routesMark Stapp2020-07-071-0/+1
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-6/+6
* *: revise zapi nexthop encodingMark Stapp2019-12-061-2/+3