summaryrefslogtreecommitdiffstats
path: root/staticd/static_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* *: Convert prefix_free to double pointerDonald Sharp2019-11-021-1/+1
* Merge pull request #5009 from donaldsharp/interface_deletionRuss White2019-09-301-60/+18
|\
| * *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-20/+1
| * *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-13/+2
| * *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-33/+9
| * *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-14/+2
| * *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+24
* | staticd: register to interface events related with non default vrfPhilippe Guibert2019-09-171-0/+14
|/
* staticd: static route config should fail if gw configured as its local ip.rgirada2019-09-071-0/+25