summaryrefslogtreecommitdiffstats
path: root/pathd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
|\
| * build: fix `AM_LDFLAGS` usage (and gcov)David Lamparter2021-07-211-1/+1
* | pathd: don't use localtimeMark Stapp2021-07-201-3/+3
|/
* Merge pull request #8938 from volta-networks/fix_no_path_retriesDonald Sharp2021-07-062-2/+53
|\
| * pathd: Handle srp_id correctly (2/2)Javier Garcia2021-06-282-1/+2
| * pathd: If pce ret no-path to PcReq don't retry PcReq nor delegate(1/2)Javier Garcia2021-06-241-1/+51
* | pathd: coverity msg , frr_weak_random instead rand.Javier Garcia2021-06-251-1/+1
|/
* pathd: Sanity checks. (4/4)Javier Garcia2021-06-221-1/+23
* pathd: Handle PCInitiated configuration, main thread. (3/4)Javier Garcia2021-06-229-18/+216
* pathd: Handle PCInitiated messages, thread controller. (2/4)Javier Garcia2021-06-227-26/+288
* pathd: Remove unused functionDonald Sharp2021-06-052-13/+0
* pathd: fix render candidate-path bandwidthEmanuele Di Pascale2021-06-011-2/+3
* Merge pull request #8665 from volta-networks/fix_pathd_coverityOlivier Dugeon2021-05-193-8/+7
|\
| * pathd: Clean coverity issues after merge pathd link state feature.Javier Garcia2021-05-183-8/+7
* | Merge pull request #8667 from volta-networks/fix_pathd_cli_affinityOlivier Dugeon2021-05-191-6/+4
|\ \
| * | pathd: Fix affinity command to exclude options to match implementation.Javier Garcia2021-05-181-6/+4
| |/
* / lib: adapt to version 2 of libyangChristian Hopps2021-05-131-1/+1
|/
* pathd. TED support . Validation of candidate path - [part 2/4]Javier Garcia2021-05-107-82/+685
* pathd. TED support . Client to link State - [part 1/4]Javier Garcia2021-05-107-2/+987
* Merge pull request #8545 from opensourcerouting/assert-our-ownMark Stapp2021-05-035-0/+10
|\
| * *: make sure `config.h` or `zebra.h` is firstDavid Lamparter2021-04-235-0/+10
* | pathd: don't init PCEP before fork()David Lamparter2021-04-221-1/+11
|/