summaryrefslogtreecommitdiff
path: root/staticd
AgeCommit message (Expand)Author
2023-06-27Merge pull request #13838 from ak503/static_bfd_vrfChristian Hopps
2023-06-23staticd: remove unused YANG moduleChristian Hopps
2023-06-23staticd: Fix bfd for static route in VRFDmitrii Turlupov
2023-06-12staticd: staticd no longer loads config filesChristian Hopps
2023-06-04lib: mgmtd: remove abstraction layer and other cleanupChristian Hopps
2023-05-28staticd: remove connect notify function, not neededChristian Hopps
2023-05-28lib: msg: refactor common connection code from mgmtdChristian Hopps
2023-05-01mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps
2023-04-01mgmtd: lib: read transitioned daemons split config files in mgmtdChristian Hopps
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-22lib: staticd: vtysh: apply frrbot style requirementsChristian Hopps
2023-03-22staticd: handle `distance` valueChristian Hopps
2023-03-21mgmtd: Enroll Staticd as a backend client for MGMTDChristian Hopps
2023-03-21staticd: Tell bfd that we are shutting downDonald Sharp
2023-02-09*: remove some leftover license blurbsDavid Lamparter
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31staticd: Add missing enum's to switch statementDonald Sharp
2023-01-31Merge pull request #12695 from opensourcerouting/format-warningsDonald Sharp
2023-01-27*: fix non-const northbound XPath format stringsDavid 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: add debug static bfd commandPhilippe Guibert
2023-01-13staticd: fix bug on route reinstallationRafael Zalamena
2023-01-13staticd: add command to show monitored routesRafael Zalamena
2023-01-13lib,staticd: BFD integration CLI commandsRafael Zalamena
2023-01-13staticd: BFD integration northbound supportRafael Zalamena
2022-12-16lib, staticd: return values even after an assertDonald Sharp
2022-11-28Merge pull request #12405 from opensourcerouting/static-improvDonald Sharp
2022-11-25staticd: improve CLI/northbound translation codeRafael Zalamena
2022-11-25staticd: Do not crash when modifying an existing static route with colorDonatas Abraitis
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-12staticd: Clean up zclient on shutdownDonald Sharp
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2022-08-08staticd: When changing the underlying nh ensure it is reinstalledDonald 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