summaryrefslogtreecommitdiffstats
path: root/staticd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * *: convert zclient callbacks to tableDavid Lamparter2021-10-201-5/+9
* | Merge pull request #9824 from idryzhov/nb-cli-const-lyd-nodeDonald Sharp2021-10-252-16/+24
|\ \ | |/ |/|
| * lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-132-16/+24
* | *: Add resolve via default flagDonald Sharp2021-09-271-1/+1
|/
* staticd: output config using NB callbacks instead of operational dataIgor Ryzhov2021-08-314-142/+307
* staticd: convert typedef to enumIgor Ryzhov2021-08-314-14/+16
* Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\
| * lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* | Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-261-1/+1
|\ \ | |/ |/|
| * *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-1/+1