summaryrefslogtreecommitdiff
path: root/staticd/static_zebra.c
AgeCommit message (Expand)Author
2024-07-15zebra: fix missing static routesanlan_cs
2023-09-20staticd: zebra, modify nexthop to support multiple srv6 segs SIDsDmytro Shytyi
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-24lib: remove concurrent nexthop zapi (un)registrationLouis Scalbert
2023-01-24lib: do not reopen a zclient socket for bfdLouis Scalbert
2023-01-13staticd: BFD integration northbound supportRafael Zalamena
2022-12-16lib, staticd: return values even after an assertDonald Sharp
2022-04-24staticd: redo VRF_DEFAULT NHT registers on connectDavid Lamparter
2022-04-24staticd: merge NHT register & update, reorganizeDavid Lamparter
2022-04-24staticd: use double pointer for NHT decrefDavid Lamparter
2022-04-24staticd: minor refactor NHT register codeDavid Lamparter
2022-04-02*: Fix spelling of IntefaceDonald Sharp
2022-03-27staticd: track nexthops per-SAFIDavid Lamparter
2022-03-27staticd: use inline prefix in NHT dataDavid Lamparter
2022-03-27staticd: use typesafe static_nht_hashDavid Lamparter
2022-03-27*: add SAFI argument to zclient_send_rnhDavid Lamparter
2022-03-12*: When matching against a nexthop send and process what it matched againstDonald Sharp
2022-02-28Merge pull request #10678 from donaldsharp/staticd_make_check_fixJafar Al-Gharaibeh
2022-02-28staticd: Fix `make check` failuresDonald Sharp
2022-02-28staticd: Don't register existing nexthop to zebraXiao Liang
2022-02-17staticd: reject route config with too many nexthopsMark Stapp
2022-02-17staticd: capture zebra's advertised ECMP limitMark Stapp
2021-11-23staticd: remove unnecessary function callIgor Ryzhov
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-17*: clean up ifp-by-local-address function(s)David Lamparter
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-09-27*: Add resolve via default flagDonald Sharp
2021-07-09staticd: simplify the northbound codeIgor Ryzhov
2021-06-06tests: add grpc unit testChristian Hopps
2020-11-15*: Convert all usage of zclient_send_message to new enumDonald Sharp
2020-11-06bgpd: Advertise FIB installed routes to bgp peers (Part 1)Soman K S
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-10-02Merge pull request #6882 from vishaldhingra/staticDonald Sharp
2020-09-30*: make failure to decode nht update an errorQuentin Young
2020-08-31staticd : Added the warning log for route when VRF is not ready.vdhingra
2020-08-12staticd: add support for SR PoliciesSebastien Merle
2020-07-16staticd : Configuration northbound implementationvdhingra
2020-07-07staticd,zebra: use ALLOW_RECURSION for static routesMark Stapp
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2019-12-06*: revise zapi nexthop encodingMark Stapp
2019-11-02*: Convert connected_free to a double pointerDonald Sharp
2019-11-02*: Convert prefix_free to double pointerDonald Sharp
2019-09-30Merge pull request #5009 from donaldsharp/interface_deletionRuss White
2019-09-19*: Convert zapi->interface_delete to ifp callbackDonald Sharp
2019-09-19*: Convert interface_down to interface down callbackDonald Sharp
2019-09-19*: Convert from ->interface_up to the interface callbackDonald Sharp
2019-09-19*: Switch all zclient->interface_add to interface create callbackDonald Sharp
2019-09-19*: Add infrastructure to support zapi interface callbacksDonald Sharp