summaryrefslogtreecommitdiffstats
path: root/ldpd/ldpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ldpd: integrate with the pseudowire manager in zebraRenato Westphal2017-08-091-13/+28
* | *: remove --enable-tcp-zebra, rework ZAPI pathDavid Lamparter2017-08-081-1/+1
|/
* lib: improve the RB implementationRafael Zalamena2017-06-161-17/+19
* ldpd: further improvements in the configuration handlingRenato Westphal2017-06-031-24/+33
* ldpd: fix bug in pseudowire control-word negotiationRenato Westphal2017-06-031-4/+2
* ldpd: use frr_init()David Lamparter2017-05-181-14/+4
* *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1
* *: update thread_add_* callsQuentin Young2017-05-091-12/+12
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-10/+14
* ldpd: simplify initialization of the child processesRenato Westphal2017-04-261-45/+17
* ldpd: call openzlog() in the child processes as wellRenato Westphal2017-04-251-3/+3
* ldpd: split log.c into two filesRenato Westphal2017-04-251-0/+1
* ldpd: do not consume vty_conf when updating the configurationRenato Westphal2017-03-311-159/+107
* ldpd: extend the ldp_config_normalize() functionRenato Westphal2017-03-311-27/+40
* ldpd: fix configuration of non-existing VPLS interfaces and pseudowiresRenato Westphal2017-03-311-3/+8
* ldpd: remove the interface vty nodeRenato Westphal2017-03-311-1/+0
* ldpd: fix pseudowire merge algorithmRenato Westphal2017-03-271-52/+20
* ldpd: remove a few unnecessary functionsRenato Westphal2017-03-271-6/+6
* ldpd: do a full configuration reload upon receiving a SIGHUPRenato Westphal2017-03-271-0/+21
* ldpd: simplify handling of configuration commandsRenato Westphal2017-03-271-77/+46
* ldpd: drop privileges earlier in the parent processRenato Westphal2017-03-271-22/+19
* Merge pull request #286 from opensourcerouting/ldpd-tshootDonald Sharp2017-03-241-0/+4
|\
| * ldpd: provide more detailed information in some show commandsRenato Westphal2017-03-211-0/+4
* | Merge pull request #285 from bingen/label_manager_3Donald Sharp2017-03-211-8/+27
|\ \
| * | Implement generic label managerßingen2017-03-201-8/+27
| |/
* / ldpd: Move if_update to ldp_if_updateDonald Sharp2017-03-151-1/+1
|/
* lib: remove remaining struct zlog * argsDavid Lamparter2017-03-081-1/+1
* lib: simplify protocol/log namingDavid Lamparter2017-03-081-2/+2
* *: add frr_run()David Lamparter2017-03-081-10/+1
* *: add frr_config_fork()David Lamparter2017-03-081-49/+4
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-96/+31
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-021-7/+50
|\
| * *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-011-1/+1
| * ldpd: add ctl_socket cli option to override the compiled-in location for the ...Renato Westphal2017-01-251-6/+37
| * ldpd: Add vty_socket cli option to override the compiled-in location for the ...Martin Winter2017-01-251-1/+11
* | ldpd: introduce advanced filtering capabilitiesRenato Westphal2017-02-021-31/+146
* | ldpd: add synchronous IPC channelsRenato Westphal2017-02-021-19/+47
* | ldpd: release all memory explicitly on exitRenato Westphal2017-02-011-0/+9
* | Merge pull request #40 from opensourcerouting/ldpd-ordered-outputDonald Sharp2017-01-061-106/+106
|\ \ | |/ |/|
| * ldpd: use red-black trees to store 'l2vpn_pw' elementsRenato Westphal2017-01-041-33/+33
| * ldpd: use red-black trees to store 'l2vpn_if' elementsRenato Westphal2017-01-041-11/+11
| * ldpd: use red-black trees to store 'l2vpn' elementsRenato Westphal2017-01-041-14/+14
| * ldpd: use red-black trees to store 'nbr_params' elementsRenato Westphal2017-01-041-15/+15
| * ldpd: use red-black trees to store 'tnbr' elementsRenato Westphal2017-01-041-17/+17
| * ldpd: use red-black trees to store 'iface' elementsRenato Westphal2017-01-041-16/+16
* | build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-201-5/+5
|/
* ldpd: replace global vars w/ qobj for vty contextRenato Westphal2016-10-071-0/+1
* ldpd: qobj: register everythingRenato Westphal2016-10-071-8/+82
* ldpd: merge/dup/reload void **ref supportRenato Westphal2016-10-071-63/+91
* ldpd: adapt the code for QuaggaRenato Westphal2016-09-231-247/+719