summaryrefslogtreecommitdiffstats
path: root/staticd (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: staticd: need to link directly against libyangChristian Hopps2023-10-271-1/+1
* Revert "lib: register bgp link-state afi/safi"Donald Sharp2023-10-101-1/+0
* staticd: Memory leak of string in staticdDonald Sharp2023-10-041-5/+8
* Merge pull request #12649 from louis-6wind/bgp-link-stateRuss White2023-09-261-0/+1
|\
| * lib: register bgp link-state afi/safiLouis Scalbert2023-09-181-0/+1
* | Merge pull request #14089 from dmytroshytyi-6WIND/srv6_multiple_segs_sidsRuss White2023-09-216-111/+443
|\ \
| * | staticd: add vtysh srv6 multiple segs SIDsDmytro Shytyi2023-09-201-111/+169
| * | staticd: northbound srv6 hooks for segs stack yang modelDmytro Shytyi2023-09-203-0/+249
| * | staticd: zebra, modify nexthop to support multiple srv6 segs SIDsDmytro Shytyi2023-09-201-0/+15
| * | staticd: add srv6 static route seg informationDmytro Shytyi2023-09-201-0/+10
| |/
* / staticd: Check against NULL before dereferencing vrfDonatas Abraitis2023-09-201-0/+7
|/
* staticd: Accept full blackhole typed keywords for ip_route_cmdDonatas Abraitis2023-08-252-3/+53
* staticd: fix comparison of nexthop-vrfIgor Ryzhov2023-08-041-2/+9
* Merge pull request #13838 from ak503/static_bfd_vrfChristian Hopps2023-06-271-1/+4
|\
| * staticd: Fix bfd for static route in VRFDmitrii Turlupov2023-06-231-1/+4
* | staticd: remove unused YANG moduleChristian Hopps2023-06-231-1/+0
|/
* staticd: staticd no longer loads config filesChristian Hopps2023-06-121-2/+2
* lib: mgmtd: remove abstraction layer and other cleanupChristian Hopps2023-06-041-53/+3
* staticd: remove connect notify function, not neededChristian Hopps2023-05-281-3/+8
* lib: msg: refactor common connection code from mgmtdChristian Hopps2023-05-281-2/+1
* mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps2023-05-011-0/+3
* mgmtd: lib: read transitioned daemons split config files in mgmtdChristian Hopps2023-04-021-4/+12
* *: Convert event.h to frrevent.hDonald Sharp2023-03-242-2/+2
* *: 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