summaryrefslogtreecommitdiffstats
path: root/tests/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, tests, zebra: Remove unused workqueue error functionDonald Sharp2022-12-151-6/+0
* tests: make hash collision test collide harderDavid Lamparter2022-10-061-1/+1
* *: Avoid casting to the same type as on the leftDonatas Abraitis2022-05-081-1/+1
* Merge pull request #11059 from anlancs/fix/bgpd-evnp-wrong-check-hashgetDonatas Abraitis2022-05-041-1/+1
|\
| * *: remove the checking returned value for hash_get()anlan_cs2022-05-021-1/+1
* | tests: Use XCALLOC instead of XMALLOC for threadsDonald Sharp2022-05-021-2/+2
|/
* *: Fix spelling of comparisionDonald Sharp2022-04-191-2/+2
* Merge pull request #10925 from qlyoung/fix-grpc-wants-installed-frrChristian Hopps2022-04-021-0/+4
|\
| * tests: skip grpc test if frr not installedQuentin Young2022-03-291-0/+4
* | tests: Fix uninitialized usage of variables in testsDonald Sharp2022-04-011-3/+3
|/
* Merge pull request #10738 from LabNConsulting/chopps/fixgrpcDonald Sharp2022-03-141-2/+8
|\
| * tests: lib: fix grpc unit-testChristian Hopps2022-03-141-2/+8
* | Merge pull request #10779 from opensourcerouting/typesafe-backflipDonald Sharp2022-03-132-3/+69
|\ \
| * | lib: add `_last` and `_prev` on typesafe RB/DLISTDavid Lamparter2022-03-122-3/+69
| |/
* / lib: add `%pFXh` to print prefix w/o prefixlenDavid Lamparter2022-03-111-0/+18
|/
* tests: use PRNG in checksum testDavid Lamparter2022-02-262-10/+9
* lib: use iovec for checksum codeDavid Lamparter2022-02-261-5/+50
* *: Change thread->func to return void instead of intDonald Sharp2022-02-245-15/+8
* tests: fuzzing target for zlog_5424 codeDavid Lamparter2022-01-173-0/+179
* lib: add time formatting printfrr extsDavid Lamparter2022-01-141-0/+110
* lib: add `s` option to `pI4`/`pI6`/`pIA` printfrrDavid Lamparter2022-01-141-0/+4
* pimd: move `%pSG4` to `%pPSG4`David Lamparter2022-01-121-4/+4
* lib: resolver per vrf supportPhilippe Guibert2021-11-231-1/+1
* Merge pull request #10032 from opensourcerouting/build-fix-20211111Donald Sharp2021-11-132-2/+366
|\
| * build: break up tests/subdir.amDavid Lamparter2021-11-111-0/+364
| * tests: fix frr-format warnings in printfrr testDavid Lamparter2021-11-111-2/+2
* | *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-113-14/+14
|/
* tests: add c-ares "exercise" toolDavid Lamparter2021-11-081-0/+81
* tests: allow common_cli.c with logging enabledDavid Lamparter2021-11-082-1/+4
* lib: add unsorted typesafe_anywhere()David Lamparter2021-10-191-2/+12
* lib: typesafe *_member()David Lamparter2021-10-191-3/+54
* tests: fix leak in test codeDavid Lamparter2021-10-191-0/+15
* Merge pull request #9715 from idryzhov/cleanup-number-named-aclDonatas Abraitis2021-10-131-12/+12
|\
| * *: cleanup number-named access-lists in CLIIgor Ryzhov2021-10-081-12/+12
* | tests: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-082-2/+0
* | tests: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-042-3/+0
|/
* Merge pull request #9560 from LabNConsulting/ziemba/frrmod_load-error-messagesDavid Lamparter2021-09-291-8/+10
|\
| * lib/module.c and callers of frrmod_load(): fix error messagesG. Paul Ziemba2021-09-141-8/+10
* | lib: skiplist: clean up level counter implementationG. Paul Ziemba2021-09-221-0/+135
* | Merge pull request #9596 from LabNConsulting/ziemba/printfrr-nexthopDonald Sharp2021-09-161-0/+21
|\ \
| * | lib,doc,tests: printfrr %pNHcg, %pNHciG. Paul Ziemba2021-09-141-0/+21
| |/
* | Merge pull request #9475 from iqras23/change1Donatas Abraitis2021-09-121-3/+3
|\ \
| * | bgpd: VRF-Lite fix nexthop typeKantesh Mundaragi2021-09-071-3/+3
| |/
* | Merge pull request #9497 from opensourcerouting/cli-better-noQuentin Young2021-09-093-1/+116
|\ \ | |/ |/|
| * lib: add `![...]` syntax for easy "no" formsDavid Lamparter2021-08-263-1/+116
* | *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-2/+0
|/
* tests: Add test consecutive frrscript_callDonald Lee2021-08-101-0/+8
* Merge pull request #8982 from dlqs/lua-func-stackQuentin Young2021-08-022-5/+125
|\
| * lib: Add new MTYPE for script resultsDonald Lee2021-07-261-2/+2
| * lib: typo in testsDonald Lee2021-07-231-2/+2