summaryrefslogtreecommitdiffstats
path: root/ldpd/ldp_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ldpd: add support for RLFA clientsRenato Westphal2021-01-091-0/+29
* ldpd, isisd, ospfd: Remove periodic ldp-sync hello messageKaren Schoener2020-12-091-30/+0
* *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-151-9/+24
* ldpd: replace inet_ntoaMark Stapp2020-10-221-1/+1
* ldpd: Adding support for LDP IGP SynchronizationKaren Schoener2020-09-091-3/+107
* ldpd: Relay data plane pseudowire status in LDP notificationKaren Schoener2020-06-011-2/+3
* Merge pull request #6241 from volta-networks/fix_ldp_aclRenato Westphal2020-04-301-0/+21
|\
| * ldpd: fix ACL rule modificationlynne2020-04-291-0/+21
* | ldpd: don't drop packets coming through a broken LSPRenato Westphal2020-04-081-16/+26
|/
* *: encode zapi labels message using nexthopsMark Stapp2020-02-141-6/+5
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-18/+1
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-23/+6
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-12/+17
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-11/+2
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+23
* lib, zebra: add new MPLS zapi message with route replace semanticsRenato Westphal2019-09-101-10/+13
* lib, zebra: enhance the MPLS zapi messagesRenato Westphal2019-09-071-12/+35
* zebra: identify MPLS FTNs by route type and instanceRenato Westphal2019-09-071-2/+4
* lib: introduce encode/decode functions for the MPLS zapi messagesRenato Westphal2019-09-071-26/+17
* *: 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