summaryrefslogtreecommitdiffstats
path: root/ldpd/ldp_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-36/+20
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-2/+2
* ldpd: improve processing of redistributed routesRenato Westphal2017-11-291-6/+26
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+3
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
* *: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+3
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-70/+36
* babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checksRenato Westphal2017-08-231-1/+2
* ldpd: integrate with the pseudowire manager in zebraRenato Westphal2017-08-091-6/+70
* ldpd: Switch to using ETH_ALENDonald Sharp2017-08-041-1/+1
* ldpd: update copyright informationRenato Westphal2017-06-161-10/+9
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-021-9/+12
|\
| * Merge pull request #431 from opensourcerouting/fix-iface-renamesDonald Sharp2017-05-011-5/+10
| |\
| | * ldpd: fixes to handle interface renames properlyRenato Westphal2017-05-011-5/+10
| * | ldpd: respect link-detect configurationRenato Westphal2017-05-011-4/+2
| |/
* / ldpd: improve ldp_zebra_read_route()Renato Westphal2017-04-261-26/+15
|/
* ldpd: fix configuration of non-existing VPLS interfaces and pseudowiresRenato Westphal2017-03-311-3/+3
* ldpd: send VPLS MAC withdrawalsRenato Westphal2017-03-031-0/+2
* ldpd: update local labels when necessaryRenato Westphal2017-02-061-20/+26
* ldpd: release all memory explicitly on exitRenato Westphal2017-02-011-0/+8
* *: read and ignore srcdest routes on ZAPIChristian Franke2017-01-301-0/+11
* zebra/ldpd: allow MPLS ECMP on unnumbered interfacesRenato Westphal2016-12-141-11/+12
* zebra/ldpd: introduce ZEBRA_ROUTE_ALL wildcard route typeRenato Westphal2016-10-181-31/+14
* ldpd: fix processing of redistributed routesRenato Westphal2016-09-281-0/+4
* ldpd: make route flags a 32bit fieldRenato Westphal2016-09-281-1/+1
* *: remove dead codeRenato Westphal2016-09-231-12/+0
* mpls: add support for LDP LSPsRenato Westphal2016-09-231-4/+50
* ldpd: adapt the code for QuaggaRenato Westphal2016-09-231-0/+466