summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Merge pull request #14542 from idryzhov/nb-op-cb-splitChristian Hopps2024-01-128-179/+297
|\ \
| * | lib: explain semantics of northbound operationsIgor Ryzhov2024-01-111-8/+11
| * | mgmt, lib: implement REPLACE operationIgor Ryzhov2024-01-115-2/+47
| * | lib: move dnode creation into a separate functionIgor Ryzhov2024-01-111-28/+33
| * | mgmt, lib: differentiate DELETE and REMOVE operationsIgor Ryzhov2024-01-117-16/+40
| * | mgmtd, lib: implement CREATE_EXCL operationIgor Ryzhov2024-01-115-3/+15
| * | lib: split nb_operation into two typesIgor Ryzhov2024-01-115-133/+162
| |/
* | Merge pull request #15136 from idryzhov/ignore-cbsDonatas Abraitis2024-01-122-22/+23
|\ \
| * | lib, mgmtd: rename ignore_cbs to ignore_cfg_cbsIgor Ryzhov2024-01-112-22/+23
| |/
* | lib: change type of `inner` to `struct lyd_node *`, cleaner codeChristian Hopps2024-01-111-31/+40
* | lib: implement missing YANG choice/case statements.Christian Hopps2024-01-111-41/+68
|/
* Merge pull request #15098 from donaldsharp/lib_zebra_h_cleanup_2Donatas Abraitis2024-01-1120-18/+31
|\
| * lib: limits.h is not needed by zebra.hDonald Sharp2024-01-091-1/+0
| * zebra: Nothing is using errno.hDonald Sharp2024-01-091-1/+0
| * lib: string.h was only used by vector.c make it betterDonald Sharp2024-01-092-1/+1
| * lib: stdbool.h is not being used by zebra.hDonald Sharp2024-01-091-1/+0
| * lib: zebra.h is not using signal.hDonald Sharp2024-01-095-1/+9
| * lib: zebra.h uses pwd.h when it should notDonald Sharp2024-01-092-1/+1
| * *: zebra.h should not have fcntl.hDonald Sharp2024-01-0910-1/+11
| * lib: zebra.h was including compiler.h two timesDonald Sharp2024-01-091-7/+0
| * lib: remove net/route.h it is not usedDonald Sharp2024-01-092-2/+1