summaryrefslogtreecommitdiffstats
path: root/ldpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* ldpd: schedule the sending of label messages when necessaryRenato Westphal2017-06-053-14/+72
* ldpd: improve ldp_zebra_read_route()Renato Westphal2017-06-051-26/+15
* ldpd: be more conservative with labelsRenato Westphal2017-06-051-8/+11
* ldpd: accept notifications during the session establishment processRenato Westphal2017-06-052-2/+12
* ldpd: minor changes in the output of some show commandsRenato Westphal2017-06-051-2/+2
* ldpd: use synchronous channels for sending log messagesRenato Westphal2017-06-055-5/+23
* ldpd: remove unnecessary checks if a signal was caughtRenato Westphal2017-06-051-10/+3
* ldpd: fix segfault after failed initializationRenato Westphal2017-06-052-7/+13
* ldpd: simplify initialization of the child processesRenato Westphal2017-06-058-126/+126
* ldpd: call openzlog() in the child processes as wellRenato Westphal2017-06-051-3/+3
* ldpd: fix log level of log_warn() and log_warnx()Renato Westphal2017-06-051-5/+5
* ldpd: split log.c into two filesRenato Westphal2017-06-058-516/+549
* lm: Make relay label manager asyncßingen2017-05-111-2/+2
* Fix the error message when execute ldpd with --enable-tcp-zebraHung-Weic Chiu2017-05-031-0/+3
* 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: 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
| |/
* | Merge pull request #278 from donaldsharp/interfaces2Renato Westphal2017-03-215-13/+13
|\ \ | |/ |/|
| * ldpd: Move if_update to ldp_if_updateDonald Sharp2017-03-154-7/+7
| * *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-6/+6
* | ldpd: remove pseudowire LSP checkRenato Westphal2017-03-181-31/+0
|/