summaryrefslogtreecommitdiffstats
path: root/pathd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* build: properly split CFLAGS from AC_CFLAGSDavid Lamparter2021-04-211-1/+1
* build: make builddir include path consistentDavid Lamparter2021-04-214-4/+4
* build: don't use $(top_srcdir) in vtysh_scanDavid Lamparter2021-04-131-2/+2
* Merge pull request #8100 from qlyoung/remove-sample-conf-filesDavid Lamparter2021-04-132-42/+0
|\
| * *: remove *.conf.sample filesQuentin Young2021-04-092-42/+0
* | Merge pull request #8421 from opensourcerouting/xrelfo-armMark Stapp2021-04-121-2/+3
|\ \
| * | build: don't link pathd/path_main.c twiceDavid Lamparter2021-04-091-2/+3
| |/
* / lib: use platform-neutral value for TCP MD5 signature lenMark Stapp2021-04-091-1/+1
|/
* Merge pull request #8250 from idryzhov/fix-nb-running-get-entryRenato Westphal2021-03-241-4/+4
|\
| * *: fix aborts when validating configurationIgor Ryzhov2021-03-161-4/+4
* | Merge pull request #8307 from opensourcerouting/mtypes-cleanup-20210322Russ White2021-03-2313-118/+16
|\ \
| * | pathd: kill *_memory.[ch]David Lamparter2021-03-2213-118/+16
* | | Merge pull request #8303 from volta-networks/fix_coverity_pceplibDonald Sharp2021-03-221-1/+1
|\ \ \ | |/ / |/| |
| * | pceplib: Fixing coverity messages.Javier Garcia2021-03-201-1/+1
* | | Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-2211-26/+28
|\ \ \ | |/ / |/| |
| * | *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-172-2/+4
| * | *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-172-6/+6
| * | *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-172-6/+6
| * | *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-176-12/+12