summaryrefslogtreecommitdiff
path: root/staticd
AgeCommit message (Expand)Author
2024-01-12isisd: staticd: need to link directly against libyangChristian Hopps
2023-03-21staticd: Tell bfd that we are shutting downDonald 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
2022-02-17staticd: reject route config with too many nexthopsMark Stapp
2022-02-17staticd: capture zebra's advertised ECMP limitMark Stapp
2022-02-17staticd: fix spelling in an error messageMark Stapp
2022-01-31staticd: small cleanupanlan_cs
2021-12-21*: rework renaming the default VRFIgor Ryzhov
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-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-10-26Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White
2021-10-25Merge pull request #9824 from idryzhov/nb-cli-const-lyd-nodeDonald Sharp
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-10-13lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov
2021-09-27*: Add resolve via default flagDonald Sharp
2021-08-31staticd: output config using NB callbacks instead of operational dataIgor Ryzhov
2021-08-31staticd: convert typedef to enumIgor Ryzhov
2021-08-27Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter
2021-08-26Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps