summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | lib: add zapi encode/decode func for srv6 locatorHiroki Shirokura2021-09-072-0/+30
* | | | | Merge pull request #9364 from LabNConsulting/ziemba/vrf_name_to_id-unknownIgor Ryzhov2021-09-142-16/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | vrf_name_to_id(): removeG. Paul Ziemba2021-09-072-16/+0
| | |/ / | |/| |
* | | | Merge pull request #9586 from idryzhov/bgp-default-originate-rmap-fixesDonatas Abraitis2021-09-122-10/+16
|\ \ \ \
| * | | | lib: add ability to supply separate match/set objects to routemapsIgor Ryzhov2021-09-082-10/+16
| | |/ / | |/| |
* | | | Merge pull request #9475 from iqras23/change1Donatas Abraitis2021-09-122-3/+5
|\ \ \ \
| * | | | bgpd: VRF-Lite fix nexthop typeKantesh Mundaragi2021-09-072-3/+5
| |/ / /
* | | | Merge pull request #9497 from opensourcerouting/cli-better-noQuentin Young2021-09-097-21/+66
|\ \ \ \ | |/ / / |/| | |
| * | | lib: fix indentation trainwreck in command_pyDavid Lamparter2021-08-261-15/+24
| * | | lib: add `![...]` syntax for easy "no" formsDavid Lamparter2021-08-267-8/+44
* | | | Merge pull request #9563 from opensourcerouting/build-strict-prototypesDonald Sharp2021-09-062-9/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | *: fix for -Wstrict-prototypesDavid Lamparter2021-09-021-3/+2
| * | | lib: fix hook defs for -Wstrict-prototypesDavid Lamparter2021-09-021-6/+13
* | | | lib: Remove unused function vrf_generate_idDonald Sharp2021-09-022-8/+0
* | | | Merge pull request #9106 from opensourcerouting/clippy-elf-bsd-condDonald Sharp2021-09-021-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | lib/clippy: fix forgotten conditionalDavid Lamparter2021-08-281-0/+4
* | | | Merge pull request #9439 from ton31337/feature/set_ext_community_to_noneRuss White2021-09-012-0/+7
|\ \ \ \