summaryrefslogtreecommitdiffstats
path: root/pathd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Create termtable specific temp memoryDonald Sharp2024-09-011-1/+1
* lib: common debug status outputIgor Ryzhov2024-08-276-44/+1
* lib: common debug config outputIgor Ryzhov2024-08-275-47/+10
* lib: rework debug initIgor Ryzhov2024-08-273-38/+9
* pathd: rework debugsIgor Ryzhov2024-08-208-123/+59
* pathd: Cleanup shutdown memory leaksDonald Sharp2024-08-121-0/+15
* pathd: clean up a log messageMark Stapp2024-04-301-1/+1
* pathd: retry synchronous label-manager zapi connectionMark Stapp2024-04-301-15/+50
* *: create a single registry of daemons' default port valuesMark Stapp2024-02-011-2/+0
* *: fix `frr_daemon_info` indentationDavid Lamparter2024-01-271-5/+10
* pathd: add 'show sr-te pcep session json' supportPhilippe Guibert2024-01-181-19/+276
* pathd: add dynamic candidate path metric [computed] keywordPhilippe Guibert2024-01-021-7/+17
* Merge pull request #14925 from pguibert6WIND/doctring_pathd_fixJafar Al-Gharaibeh2023-12-011-1/+0
|\
| * pathd: fix excessive doc string on pcep msd commandPhilippe Guibert2023-12-011-1/+0
* | lib: all: remove './' from xpath 22% speedupChristian Hopps2023-11-293-50/+50
|/
* Merge pull request #14762 from pguibert6WIND/show_pcep_portOlivier Dugeon2023-11-291-4/+15
|\
| * pathd: fix 'no msd' command not possible under pcc nodePhilippe Guibert2023-11-211-3/+14
| * pathd: fix space before pcep port in running-configPhilippe Guibert2023-11-211-1/+1
* | *: add `zclient_options_sync`David Lamparter2023-11-231-4/+1
|/
* pathd: rework debug pathd pcep commandFarid Mihoub2023-11-032-20/+24
* pathd: add no pcep commandFarid Mihoub2023-10-311-0/+30
* pathd: add no msd command in the pcc contextFarid Mihoub2023-10-311-5/+10
* pathd: replace ctime with ctime_rMark Stapp2023-09-191-1/+3
* pathd: reset pcc peer connection when pce options modifiedFarid Mihoub2023-09-141-10/+74
* pathd: add no command for pce/pce-config sub-commandsFarid MIHOUB2023-09-141-16/+31
* pathd: Stop and free synchronous Zebra client on pathd terminationDonatas Abraitis2023-06-261-0/+2
* Merge pull request #12933 from Orange-OpenSource/link_statePhilippe Guibert2023-04-201-4/+5
|\
| * pathd: Update TE to new Link State Edge keyOlivier Dugeon2023-04-071-4/+5
* | *: Use a `struct prefix *p` instead of a `struct prefix` in functionsDonald Sharp2023-04-071-2/+2
|/
* *: Convert event.h to frrevent.hDonald Sharp2023-03-243-3/+3
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-2410-15/+15
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-244-13/+13
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-2410-15/+15
* *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-244-10/+10
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-243-24/+23
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-248-52/+52
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-243-3/+3
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-1730-412/+30
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-0930-412/+30
* | pathd: Remove extraneous include of version.hDonald Sharp2023-02-102-2/+0
|/
* pathd: Add missing enum's to switch statementDonald Sharp2023-01-3110-49/+220
* *: fix non-const northbound XPath format stringsDavid Lamparter2023-01-271-1/+1
* *: apply proper format string attributesDavid Lamparter2023-01-271-1/+2
* pathd: fix SA warning in path_pcep_configMark Stapp2022-12-191-2/+1
* pathd: display SRTE policy status when removing policyPhilippe Guibert2022-11-141-4/+20
* pathd: some traces are added to 'debug pathd ted' command.Philippe Guibert2022-11-141-6/+8
* pathd: use a define to store the the length of endpoint stringPhilippe Guibert2022-11-143-16/+30
* pathd: add 'debug pathd policy' commandPhilippe Guibert2022-11-143-43/+115
* pathd: display path ted debugging statusPhilippe Guibert2022-11-143-0/+10
* Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp2022-11-034-11/+0
|\