summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: create `frr_daemon_state_{load,save}`David Lamparter2024-01-273-0/+164
* lib: set up `frr_libstatedir`David Lamparter2024-01-272-0/+5
* build: nuke `ZEBRA_SERV_PATH`David Lamparter2024-01-272-7/+8
* lib, mgmtd: fix wrong mgmtd socket pathsDavid Lamparter2024-01-273-2/+12
* *: rename `frr_vtydir` to `frr_runstatedir`David Lamparter2024-01-272-16/+9
* ripngd: convert ripngd to mgmtdChristian Hopps2024-01-261-0/+3
* Merge pull request #15220 from LabNConsulting/chopps/ripd-convertIgor Ryzhov2024-01-2610-183/+221
|\
| * ripd: ripd convert to mgmtdChristian Hopps2024-01-261-0/+3
| * lib: fix removing access/prefix listsIgor Ryzhov2024-01-261-177/+80
| * lib: add yang function for counting data nodesIgor Ryzhov2024-01-262-0/+39
| * lib: convert filters to mgmtdChristian Hopps2024-01-263-4/+45
| * lib: convert route-map to mgmtdChristian Hopps2024-01-263-2/+54
* | Merge pull request #15221 from mjstapp/log_immed_configDonatas Abraitis2024-01-253-3/+11
|\ \ | |/ |/|
| * lib: add log immediate-mode to running config outputMark Stapp2024-01-243-3/+11
* | Merge pull request #15173 from louis-6wind/nhrp-noarpDonald Sharp2024-01-242-0/+22
|\ \
| * | lib,zebra: add zapi message to control noarp flagLouis Scalbert2024-01-242-0/+22
| |/
* | Merge pull request #15196 from idryzhov/nb-leaf-listDonald Sharp2024-01-244-26/+9
|\ \ | |/ |/|
| * lib: remove leaf-list xpath hack from northboundIgor Ryzhov2024-01-234-26/+9
* | Merge pull request #15179 from donaldsharp/zebra_neigh_updateDonatas Abraitis2024-01-233-12/+38
|\ \
| * | lib, nhrpd: Move neighbor reg/unreg to lib/zclient.cDonald Sharp2024-01-222-2/+28
| * | *: Rename ZEBRA_NHRP_NEIGH_XXX to ZEBRA_NEIGH_XXXDonald Sharp2024-01-222-10/+10
| |/
* | lib: add address-family-specific autocompletion for prefix-listsIgor Ryzhov2024-01-221-0/+14
* | lib: remove global list of distribute-listsIgor Ryzhov2024-01-221-20/+4
|/
* Merge pull request #15185 from LabNConsulting/chopps/distlistIgor Ryzhov2024-01-222-11/+169
|\
| * lib: enable multiple instance support with distribute listsChristian Hopps2024-01-222-16/+22
| * lib: add northbound support to distribute-list code.Christian Hopps2024-01-222-1/+153
* | Merge pull request #15052 from louis-6wind/rpki-vrf-92Donatas Abraitis2024-01-221-0/+1
|\ \
| * | bgpd: add support of rpki in vrf configure contextPhilippe Guibert2024-01-181-0/+1
| |/
* | Merge pull request #15176 from LabNConsulting/chopps/mgmtd-northbound-fixesIgor Ryzhov2024-01-226-32/+68
|\ \
| * | mgmtd: remove heavy duplication in mgmtd config readChristian Hopps2024-01-192-9/+21
| * | lib: better conditionalize leaf-list predicate xpath additionChristian Hopps2024-01-196-21/+36
| * | lib: libyang logging temp off to avoid unwanted log messageChristian Hopps2024-01-191-1/+10
| |/
* | Merge pull request #15175 from idryzhov/affinity-map-fixesChristian Hopps2024-01-194-78/+2
|\ \
| * | zebra: fix default value for affinity-modeIgor Ryzhov2024-01-191-1/+1
| * | lib: make affinity-map value mandatoryIgor Ryzhov2024-01-191-6/+0
| * | lib: validate affinity-map bit position using the yang modelIgor Ryzhov2024-01-193-26/+1
| * | lib: make affinity-map value unique in the yang modelIgor Ryzhov2024-01-193-24/+0
| * | lib: validate affinity-map reference using yang modelIgor Ryzhov2024-01-193-22/+1
| |/
* | Merge pull request #15168 from mjstapp/daemon_logsDonatas Abraitis2024-01-193-0/+78
|\ \ | |/ |/|
| * lib,vtysh: add per-daemon log file configMark Stapp2024-01-173-0/+78
* | Merge pull request #15154 from idryzhov/mgmt-get-dataChristian Hopps2024-01-158-35/+82
|\ \
| * | lib, mgmtd: add ability to request the exact node in get-data requestIgor Ryzhov2024-01-151-0/+1
| * | lib: fix oper data leaf creationIgor Ryzhov2024-01-151-1/+11
| * | lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov2024-01-155-8/+21
| * | lib, mgmtd: add separate get-data request for the frontendIgor Ryzhov2024-01-146-16/+36
| * | lib: fix yang_lyd_trim_xpathIgor Ryzhov2024-01-141-12/+15
* | | yang: lib: interface MTUs can be larger than uint16Christian Hopps2024-01-141-1/+1
|/ /
* | lib: fix coverity issueChristian Hopps2024-01-121-1/+2
* | Merge pull request #15133 from LabNConsulting/chopps/coverity-fixesDonatas Abraitis2024-01-122-3/+2
|\ \ | |/ |/|
| * lib: fix coverity issuesChristian Hopps2024-01-112-3/+2