summaryrefslogtreecommitdiffstats
path: root/staticd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-244-4/+4
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-244-4/+4
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-242-2/+2
* lib: staticd: vtysh: apply frrbot style requirementsChristian Hopps2023-03-221-31/+31
* staticd: handle `distance` valueChristian Hopps2023-03-221-21/+47
* mgmtd: Enroll Staticd as a backend client for MGMTDChristian Hopps2023-03-224-29/+89
* staticd: Tell bfd that we are shutting downDonald Sharp2023-03-211-0/+3
* *: remove some leftover license blurbsDavid Lamparter2023-02-091-3/+0
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-0917-237/+17
* staticd: Add missing enum's to switch statementDonald Sharp2023-01-312-3/+7
* Merge pull request #12695 from opensourcerouting/format-warningsDonald Sharp2023-01-311-2/+2
|\
| * *: fix non-const northbound XPath format stringsDavid Lamparter2023-01-271-2/+2
* | 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: add debug static bfd commandPhilippe Guibert2023-01-134-10/+25
* staticd: fix bug on route reinstallationRafael Zalamena2023-01-131-0/+2
* staticd: add command to show monitored routesRafael Zalamena2023-01-133-0/+184
* lib,staticd: BFD integration CLI commandsRafael Zalamena2023-01-131-10/+175
* staticd: BFD integration northbound supportRafael Zalamena2023-01-138-0/+396
* lib, staticd: return values even after an assertDonald Sharp2022-12-161-0/+1
* Merge pull request #12405 from opensourcerouting/static-improvDonald Sharp2022-11-281-317/+335
|\
| * staticd: improve CLI/northbound translation codeRafael Zalamena2022-11-251-317/+335
* | staticd: Do not crash when modifying an existing static route with colorDonatas Abraitis2022-11-251-1/+1
|/
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-262-3/+0
* staticd: Clean up zclient on shutdownDonald Sharp2022-10-121-0/+1
* *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* staticd: When changing the underlying nh ensure it is reinstalledDonald Sharp2022-08-081-0/+26
* staticd: redo VRF_DEFAULT NHT registers on connectDavid Lamparter2022-04-241-0/+3
* staticd: merge NHT register & update, reorganizeDavid Lamparter2022-04-243-56/+39
* 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-273-34/+40
* 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-282-1/+1
|\
| * staticd: Fix `make check` failuresDonald Sharp2022-02-282-1/+1
* | staticd: Don't register existing nexthop to zebraXiao Liang2022-02-281-6/+11
|/
* staticd: reject route config with too many nexthopsMark Stapp2022-02-172-1/+10
* staticd: capture zebra's advertised ECMP limitMark Stapp2022-02-173-1/+3
* staticd: fix spelling in an error messageMark Stapp2022-02-171-1/+1
* staticd: small cleanupanlan_cs2022-01-312-12/+1
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-2/+2
* staticd: remove unnecessary function callIgor Ryzhov2021-11-231-7/+0
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-224-18/+7
* *: clean up ifp-by-local-address function(s)David Lamparter2021-11-172-10/+6
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White2021-10-261-5/+9
|\