summaryrefslogtreecommitdiffstats
path: root/ldpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-024-29/+29
|\
| * Merge pull request #431 from opensourcerouting/fix-iface-renamesDonald Sharp2017-05-013-7/+13
| |\
| | * ldpd: fixes to handle interface renames properlyRenato Westphal2017-05-013-7/+13
| * | ldpd: respect link-detect configurationRenato Westphal2017-05-014-22/+16
| |/
* | ldpd: fix issues detected by Coverity ScanRenato Westphal2017-04-272-16/+4
* | ldpd: fix bug when changing the transport addressRenato Westphal2017-04-262-13/+27
* | ldpd: allow targeted neighbors over any interfaceRenato Westphal2017-04-261-8/+9
* | ldpd: schedule the sending of label messages when necessaryRenato Westphal2017-04-263-14/+72
* | ldpd: improve ldp_zebra_read_route()Renato Westphal2017-04-261-26/+15
* | ldpd: be more conservative with labelsRenato Westphal2017-04-261-8/+11
* | ldpd: accept notifications during the session establishment processRenato Westphal2017-04-262-2/+12
* | ldpd: fix small style issuesRenato Westphal2017-04-262-39/+43
* | ldpd: minor changes in the output of some show commandsRenato Westphal2017-04-261-2/+2
* | ldpd: use synchronous channels for sending log messagesRenato Westphal2017-04-265-5/+23
* | ldpd: remove unnecessary checks if a signal was caughtRenato Westphal2017-04-261-10/+3
* | ldpd: fix segfault after failed initializationRenato Westphal2017-04-262-7/+13
* | ldpd: simplify initialization of the child processesRenato Westphal2017-04-268-123/+126
* | ldpd: remove two unused imsg typesRenato Westphal2017-04-251-3/+1
* | ldpd: call openzlog() in the child processes as wellRenato Westphal2017-04-251-3/+3
* | ldpd: fix log level of log_warn() and log_warnx()Renato Westphal2017-04-251-5/+5
* | ldpd: split log.c into two filesRenato Westphal2017-04-258-516/+549
|/
* ldpd: do not consume vty_conf when updating the configurationRenato Westphal2017-03-317-342/+204
* ldpd: extend the ldp_config_normalize() functionRenato Westphal2017-03-311-27/+40
* ldpd: fix configuration of non-existing VPLS interfaces and pseudowiresRenato Westphal2017-03-319-99/+80
* ldpd: remove the interface vty nodeRenato Westphal2017-03-313-38/+0
* ldpd: no need to synchronize pseudowires with LSPs anymoreRenato Westphal2017-03-313-48/+0
* ldpd: fix harmless maybe-uninitialized warningRenato Westphal2017-03-311-2/+2
* Merge pull request #297 from opensourcerouting/ldpd-openbsdDonald Sharp2017-03-302-15/+16
|\
| * ldpd: replace all occurrences of '\n' with VTY_NEWLINERenato Westphal2017-03-281-14/+15
| * ldpd: update pledge promise in ldeRenato Westphal2017-03-281-1/+1
* | Merge pull request #296 from opensourcerouting/ldpd-sighupDonald Sharp2017-03-307-360/+319
|\ \
| * | ldpd: fix pseudowire merge algorithmRenato Westphal2017-03-273-52/+40
| * | ldpd: remove a few unnecessary functionsRenato Westphal2017-03-275-45/+16
| * | ldpd: do a full configuration reload upon receiving a SIGHUPRenato Westphal2017-03-273-38/+156
| * | ldpd: ignore the SIGHUP signal in the child processesRenato Westphal2017-03-272-0/+8
| * | ldpd: simplify handling of configuration commandsRenato Westphal2017-03-273-232/+109
| * | ldpd: drop privileges earlier in the parent processRenato Westphal2017-03-271-22/+19
| |/
* / *: apply DEFUN_NOSH for node-switch CLI commandsDavid Lamparter2017-03-281-1/+3
|/
* Merge pull request #286 from opensourcerouting/ldpd-tshootDonald Sharp2017-03-2419-149/+1046
|\
| * ldpd: provide more detailed information in some show commandsRenato Westphal2017-03-2116-169/+507
| * ldpd: change the sorting algorithm of adjacenciesRenato Westphal2017-03-213-12/+15
| * ldpd: add commands to show sent/rcvd capabilitiesRenato Westphal2017-03-215-1/+210
| * ldpd: provide both a brief and a detailed version of some show commandsRenato Westphal2017-03-216-48/+395
* | ldpd: Remove lde_release_label_chunk to avoid warningsßingen2017-03-231-6/+0
* | lm: Fix some errors detected by Coverity Scanßingen2017-03-221-0/+4
* | Merge pull request #285 from bingen/label_manager_3Donald Sharp2017-03-214-18/+187
|\ \
| * | ldpd: Fix compilation errors n Ubuntu CIßingen2017-03-211-5/+7
| * | ldpd: Catch signal on reconnectßingen2017-03-211-9/+14
| * | ldpd: Fix bug in get label funcßingen2017-03-211-1/+1
| * | Implement generic label managerßingen2017-03-204-18/+180
| |/