summaryrefslogtreecommitdiffstats
path: root/ldpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: privs: make uid/gid accessible before setuidDavid Lamparter2017-08-022-0/+2
* ldpd: update .gitignoreRenato Westphal2017-07-311-0/+1
* ldpd: silence coverity scan warningRenato Westphal2017-07-311-1/+5
* ldpd: add auto-complete for l2vpnsRenato Westphal2017-07-311-2/+24
* ldpd: convert CLI code to use DEFPYRenato Westphal2017-07-316-736/+276
* ldpd: restore correct defaults on "no discovery ... interval"Renato Westphal2017-07-311-2/+3
* ldpd: fix missing "no" commands in vtyshRenato Westphal2017-07-311-29/+87
* ldpd: fix segfault in "clear mpls ldp neighbor [addr]"Renato Westphal2017-07-311-2/+3
* ldpd: add the exit-address-family commandRenato Westphal2017-07-272-1/+13
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-142-14/+14
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-132-14/+14
* | *: remove VTYNL, part 6 of 6David Lamparter2017-07-141-29/+27
* | *: remove VTYNL, part 3 of 6David Lamparter2017-07-141-3/+3
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-143-16/+16
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-143-22/+22
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-133-137/+137
|/
* 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
|\|