summaryrefslogtreecommitdiffstats
path: root/pathd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-0930-412/+30
* 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
|\
| * build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-264-11/+0
* | pathd: Make pathd happy with clang-16Donald Sharp2022-10-261-1/+1
|/
* *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* Merge pull request #12018 from pguibert6WIND/pathd_warning_notedDonald Sharp2022-09-271-1/+1
|\
| * pathd: change the vty output, when no ted is enabled on pathdPhilippe Guibert2022-09-261-1/+1
* | Merge pull request #11910 from fdumontet6WIND/NAI_AdjOlivier Dugeon2022-09-271-8/+8
|\ \ | |/ |/|
| * pathd: nai adjacency fix query type f for IPV6Francois Dumontet2022-09-061-8/+8
* | pathd: 'no mpls-te on' command was not workingPhilippe Guibert2022-09-201-1/+1
|/
* pathd: Ensure path is free'd after we no longer need it.Donald Sharp2022-08-151-1/+1
* pathd: add a zebra stop handlerPhilippe Guibert2022-07-223-0/+9
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* build: first header *must* be zebra.h or config.hDavid Lamparter2022-04-041-2/+2
* *: Fix spelling of wetherDonald Sharp2022-04-021-1/+1
* *: Fix spelling of FollowingDonald Sharp2022-04-011-1/+1
* isisd, lib, ospfd, pathd: Null out free'd pointerDonald Sharp2022-03-311-2/+2
* pathd: bad order of nai adjacencies for ipv6Philippe Guibert2022-03-231-1/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-245-64/+46
* pathd: Fix spelling mistakesDonald Sharp2022-02-143-5/+5
* pathd: fix typo in pathd/path_ted.cYamato Sugawara2021-12-191-1/+1
* *: Remove redundand braces for single statement blocksDonatas Abraitis2021-11-271-2/+1
* pathd: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-4/+1
* Merge pull request #10036 from donaldsharp/finally_frrJafar Al-Gharaibeh2021-11-131-1/+1
|\
| * *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* | *: use compiler.h MIN/MAX macros instead of everyone having oneDonald Sharp2021-11-111-9/+1
|/
* Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White2021-10-261-5/+9
|\
| * *: convert zclient callbacks to tableDavid Lamparter2021-10-201-5/+9
* | Merge pull request #9824 from idryzhov/nb-cli-const-lyd-nodeDonald Sharp2021-10-252-20/+24
|\ \
| * | lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-132-20/+24
| |/
* / pathd: Call frr_fini() before exitDonald Sharp2021-10-201-0/+2
|/
* pathd: Ensure node_src_id is inited before usageDonald Sharp2021-09-091-0/+9
* *: fix for -Wstrict-prototypesDavid Lamparter2021-09-021-1/+1
* Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-265-26/+48
|\
| * *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-234-1/+37
| * pathd: rework config printing codeIgor Ryzhov2021-08-233-25/+11
* | *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
|/
* vtysh, pathd: fix pcep node-entering commandsIgor Ryzhov2021-08-111-12/+33
* pathd: fix indentation and redundant space in index configIgor Ryzhov2021-08-051-1/+1
* pathd: fix indentation for mpls-te configIgor Ryzhov2021-08-051-4/+4
* Merge pull request #9102 from opensourcerouting/autoconf-fix-gcovDonald Sharp2021-07-221-1/+1
|\