summaryrefslogtreecommitdiff
path: root/ldpd/ldp_zebra.c
AgeCommit message (Expand)Author
2025-04-08ldpd: clean up warnings from -WshadowMark Stapp
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-11-02lib: convert if_zapi_callbacks into actual hooksDavid Lamparter
2023-06-27ldpd: Stop and free synchronous Zebra client on destroyDonatas Abraitis
2023-06-05ldpd: changes for code maintainabilitysri-mohan1
2023-03-28Merge pull request #13113 from sri-mohan1/sri-mohan-ldpDonatas Abraitis
2023-03-27ldpd: changes for code maintainabilitysri-mohan1
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31ldpd: Add missing enum's to switch statementDonald Sharp
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-05-03ldpd: make allowing broken-lsps to be installed with pop operation configurablelynne
2021-04-28Merge pull request #8471 from idryzhov/cleanup-num-named-listsDonatas Abraitis
2021-04-26ldpd: defer register for info until configuredFredi Raspall
2021-04-14*: cleanup number-named access-lists and prefix-listsIgor Ryzhov
2021-01-08ldpd: add support for RLFA clientsRenato Westphal
2020-12-09ldpd, isisd, ospfd: Remove periodic ldp-sync hello messageKaren Schoener
2020-11-15*: Convert all usage of zclient_send_message to new enumDonald Sharp
2020-10-22ldpd: replace inet_ntoaMark Stapp
2020-09-09ldpd: Adding support for LDP IGP SynchronizationKaren Schoener
2020-06-01ldpd: Relay data plane pseudowire status in LDP notificationKaren Schoener
2020-04-29Merge pull request #6241 from volta-networks/fix_ldp_aclRenato Westphal
2020-04-29ldpd: fix ACL rule modificationlynne
2020-04-07ldpd: don't drop packets coming through a broken LSPRenato Westphal
2020-02-14*: encode zapi labels message using nexthopsMark Stapp
2019-11-02*: Convert connected_free to a double pointerDonald Sharp
2019-09-19*: Convert zapi->interface_delete to ifp callbackDonald Sharp
2019-09-19*: Convert interface_down to interface down callbackDonald Sharp
2019-09-19*: Convert from ->interface_up to the interface callbackDonald Sharp
2019-09-19*: Switch all zclient->interface_add to interface create callbackDonald Sharp
2019-09-19*: Add infrastructure to support zapi interface callbacksDonald Sharp
2019-09-10lib, zebra: add new MPLS zapi message with route replace semanticsRenato Westphal
2019-09-06lib, zebra: enhance the MPLS zapi messagesRenato Westphal
2019-09-06zebra: identify MPLS FTNs by route type and instanceRenato Westphal
2019-09-06lib: introduce encode/decode functions for the MPLS zapi messagesRenato Westphal
2019-05-03*: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young
2018-11-12*: Replace zclient_new with zclient_new_notifyDonald Sharp
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2017-11-29ldpd: improve processing of redistributed routesRenato Westphal
2017-11-27*: Make zapi route install Notifications optionalDonald Sharp
2017-10-23*: Modify zclient_init to require privs dataDonald Sharp
2017-10-10*: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal
2017-10-10*: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal
2017-10-10*: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal
2017-10-10*: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal
2017-08-23*: use zapi_route to send/receive redistributed routes as wellRenato Westphal
2017-08-23babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checksRenato Westphal
2017-08-09ldpd: integrate with the pseudowire manager in zebraRenato Westphal
2017-08-04ldpd: Switch to using ETH_ALENDonald Sharp