summaryrefslogtreecommitdiffstats
path: root/ldpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: more `show thread cpu`Quentin Young2017-06-302-2/+2
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-293-16/+16
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-17/+17
* *: use vty_outlnQuentin Young2017-06-293-265/+232
* Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-06-292-21/+18
|\
| * ldpd: fix issues with dual-stack adjacenciesRenato Westphal2017-06-132-21/+18
* | Merge pull request #730 from opensourcerouting/rbtree-improvementDonald Sharp2017-06-1910-91/+99
|\ \
| * | ldpd: fix fallouts from the rb-tree conversionRenato Westphal2017-06-163-5/+5
| * | lib: improve the RB implementationRafael Zalamena2017-06-169-89/+97
* | | ldpd: update copyright informationRenato Westphal2017-06-167-70/+63
* | | ldpd: convert cli and get rid of the xml interfaceRenato Westphal2017-06-168-770/+1241
|/ /
* | Merge branch 'stable/3.0'David Lamparter2017-06-132-10/+0
|\|
| * ldpd: remove pledge callsRenato Westphal2017-06-072-10/+0
| * ldpd: fix bug in pseudowire control-word negotiationRenato Westphal2017-06-051-4/+2
| * ldpd: fix issues detected by Coverity ScanRenato Westphal2017-06-052-16/+4
| * ldpd: fix bug when changing the transport addressRenato Westphal2017-06-052-13/+27
| * ldpd: allow targeted neighbors over any interfaceRenato Westphal2017-06-051-8/+9
| * 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
* | ldpd: further improvements in the configuration handlingRenato Westphal2017-06-033-68/+77
* | ldpd: remove variable that is not necessary anymoreRenato Westphal2017-06-031-7/+0
* | ldpd: fix bug in pseudowire control-word negotiationRenato Westphal2017-06-031-4/+2
* | ldpd: use frr_init()David Lamparter2017-05-181-14/+4
* | Merge branch 'stable/3.0'David Lamparter2017-05-181-2/+2
|\|
| * 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 #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-1/+1
|\ \
| * | *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1
* | | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-156-24/+18
|/ /
* | *: update thread_add_* callsQuentin Young2017-05-0910-71/+82
* | *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-0910-40/+61
* | 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