summaryrefslogtreecommitdiffstats
path: root/tests/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: remove sys/stat.h from zebra.hDonald Sharp2024-01-091-0/+1
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-242-2/+2
* *: Convert thread_master_XXX functions to event_master_XXXDonald Sharp2023-03-241-2/+2
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-242-2/+2
* *: Convert thread_fetch and thread_call to event_fetch and event_callDonald Sharp2023-03-241-2/+2
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* tests: fix mpls_label2str() in make checkStephen Worley2023-02-142-2/+3
* ospfd: add all_rtrs route table when opaque enabledChristian Hopps2022-06-021-2/+4
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-1/+1
* build: break up tests/subdir.amDavid Lamparter2021-11-111-0/+21
* *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-171-2/+2
* ospfd: Fix P2MP handling when TI-LFA is enabledGalaxyGorilla2021-01-191-0/+1
* ospfd: Add 'debug ospf ti-lfa' commandGalaxyGorilla2021-01-191-1/+1
* ospfd: Add support for non-adjacent TI-LFA P/Q spacesGalaxyGorilla2021-01-196-2/+161
* tests: Integrate unit tests for TI-LFAGalaxyGorilla2021-01-196-5/+166
* tests: Add verbosity flag to OSPF TI-LFA unit testsGalaxyGorilla2021-01-191-37/+59
* ospfd: Add support for TI-LFA node protectionGalaxyGorilla2021-01-194-16/+167
* ospfd: Make use of adjacency SIDs in TI-LFAGalaxyGorilla2021-01-193-4/+53
* ospfd: TI-LFA basic infrastructure and algorithmsGalaxyGorilla2021-01-196-0/+777