summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9843 from opensourcerouting/vtysh-startup-costDonald Sharp2021-10-218-109/+199
|\
| * lib: keep element count in vector codeDavid Lamparter2021-10-182-14/+26
| * vtysh: defer CLI tree buildingDavid Lamparter2021-10-183-14/+72
| * lib: assign CLI varnames while parsingDavid Lamparter2021-10-183-81/+101
* | lib: Add a thread_is_scheduled functionDonald Sharp2021-10-202-0/+9
* | Merge pull request #9766 from opensourcerouting/typesafe-member-nhrp-zapMark Stapp2021-10-204-9/+157
|\ \
| * | lib: add unsorted typesafe_anywhere()David Lamparter2021-10-191-0/+9
| * | lib: use sentinel for single-linked listsDavid Lamparter2021-10-192-10/+23
| * | lib: typesafe *_member()David Lamparter2021-10-194-1/+121
| * | lib: null out deleted pointers in typesafe containersDavid Lamparter2021-10-192-0/+6
| |/
* / lib: allow to create interfaces in non-existing VRFsIgor Ryzhov2021-10-194-188/+127
|/
* Merge pull request #9828 from idryzhov/if-lookup-optimizeDonatas Abraitis2021-10-161-1/+1
|\
| * lib: optimize if_lookup_by_name_all_vrfIgor Ryzhov2021-10-131-1/+1
* | Merge pull request #9817 from donaldsharp/link_type_orderingDonatas Abraitis2021-10-141-3/+4
|\ \
| * | lib: Add missing enum values in switch statement for if_link_type_strDonald Sharp2021-10-131-3/+4
| |/
* | Merge pull request #9684 from opensourcerouting/printfrr-false-positiveDonald Sharp2021-10-141-0/+36
|\ \
| * | *: `frr-format` with unmodified GCCDavid Lamparter2021-09-281-0/+36
* | | Merge pull request #9751 from ewlumpkin/comment_spelling_fixesIgor Ryzhov2021-10-1427-35/+35
|\ \ \
| * | | lib: fix spelling nits in more lib filesewlumpkin2021-10-0527-35/+35
* | | | Merge pull request #9676 from donaldsharp/import_registerDavid Lamparter2021-10-133-18/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib, zebra: Send safi for rnh resolutionDonald Sharp2021-09-271-0/+2
| * | | zebra: Attempt to clarify variable names as they are usedDonald Sharp2021-09-272-3/+3
| * | | *: Remove the ZEBRA_IMPORT_ROUTE_XXX zapi messagesDonald Sharp2021-09-273-14/+0
| * | | *: Add resolve via default flagDonald Sharp2021-09-272-3/+4
| | |/ | |/|
* | | Merge pull request #9715 from idryzhov/cleanup-number-named-aclDonatas Abraitis2021-10-133-27/+12
|\ \ \
| * | | *: cleanup number-named access-lists in CLIIgor Ryzhov2021-10-083-27/+12
* | | | Merge pull request #9764 from idryzhov/thread-add-localRuss White2021-10-083-23/+40
|\ \ \ \
| * | | | *: don't pass pointers to a local variables to thread_add_*Igor Ryzhov2021-10-073-23/+40
* | | | | Merge pull request #9345 from mjstapp/fix_lib_zmq_freeDavid Lamparter2021-10-072-19/+27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | lib: avoid double-free in zmq wrapper callbacksMark Stapp2021-08-192-16/+21
| * | | | lib: clear caller's pointer when freeing context structMark Stapp2021-08-191-3/+6
* | | | | lib: fix incorrect thread managementIgor Ryzhov2021-10-063-13/+27
* | | | | Merge pull request #9733 from opensourcerouting/grpc-fix-missingfrr-8.2-devRuss White2021-10-061-0/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | lib: prevent gRPC assert on missing YANG nodeRafael Zalamena2021-10-051-0/+4
| | |/ / | |/| |
* / | | lib: fix spelling nits in command.hewlumpkin2021-10-051-2/+2
|/ / /
* | | Merge pull request #9560 from LabNConsulting/ziemba/frrmod_load-error-messagesDavid Lamparter2021-09-293-22/+88
|\ \ \ | |_|/ |/| |
| * | lib/module.c and callers of frrmod_load(): fix error messagesG. Paul Ziemba2021-09-143-22/+88
* | | Merge pull request #9429 from yar-fed/vtysh-err-not-runningIgor Ryzhov2021-09-221-0/+1
|\ \ \
| * | | vtysh: Add error code if daemon is not runningYaroslav Fedoriachenko2021-09-211-0/+1
* | | | Merge pull request #9646 from LabNConsulting/ziemba/skiplist-level-counters-intDonald Sharp2021-09-222-20/+26
|\ \ \ \
| * | | | lib: skiplist: clean up level counter implementationG. Paul Ziemba2021-09-222-20/+26
| |/ / /
* | | | Merge pull request #9052 from mjstapp/dplane_incoming_devDonald Sharp2021-09-211-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | lib,zebra: use more constMark Stapp2021-09-141-2/+2
* | | | lib: significantly improve nb cli command sortingIgor Ryzhov2021-09-171-3/+15
* | | | Merge pull request #9596 from LabNConsulting/ziemba/printfrr-nexthopDonald Sharp2021-09-161-0/+54
|\ \ \ \
| * | | | lib,doc,tests: printfrr %pNHcg, %pNHciG. Paul Ziemba2021-09-141-0/+54
| | |/ / | |/| |
* | | | Merge pull request #9608 from idryzhov/vtysh-segfaultStephen Worley2021-09-151-1/+1
|\ \ \ \
| * | | | lib: fix segfault on question mark on empty lineIgor Ryzhov2021-09-141-1/+1
* | | | | lib: Fix usage of defaultDonald Sharp2021-09-141-9/+1
* | | | | Merge pull request #9486 from slankdev/slankdev-srv6-no-cli-1Igor Ryzhov2021-09-142-0/+30
|\ \ \ \ \ | |_|_|/ / |/| | | |