summaryrefslogtreecommitdiff
path: root/lib/zclient.c
AgeCommit message (Expand)Author
2021-01-13zebra: Create function to dump MACIP flagsDonald Sharp
2021-01-13zebra: Add ability to display in human readable format re->flags and statusDonald Sharp
2020-12-10Merge pull request #7678 from donaldsharp/aspath_to_zebraRuss White
2020-12-08lib: Add encode/decode of opaque dataDonald Sharp
2020-12-07zebra: Adding zapi client close notificationKaren Schoener
2020-11-15*: Convert all usage of zclient_send_message to new enumDonald Sharp
2020-11-15bgpd, lib, sharpd: Add enum for zclient_send_message returnDonald Sharp
2020-11-15bgpd, lib: Indicate when we are buffering instead of immediately sending down...Donald Sharp
2020-11-15lib: clean up out-of-date zapi commentMark Stapp
2020-11-06bgpd: Advertise FIB installed routes to bgp peers (Part 1)Soman K S
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-09-30lib: fix zapi_nexthop_update_decode error rcQuentin Young
2020-09-28lib,zebra,sharpd: add code for backup proto-NHs but disabledStephen Worley
2020-09-28lib,sharpd: align zapi NHG apis a bitStephen Worley
2020-09-28lib,zebra,sharpd: clang formatStephen Worley
2020-09-28lib,zebra: fixup NHG notify zapi messagingStephen Worley
2020-09-28lib: add onlink flag to zapi_nh conversion helperStephen Worley
2020-09-28zebra: NHG ID bounds macrosStephen Worley
2020-09-28zebra,lib: command to only install proto-based nexthopsStephen Worley
2020-09-28lib, zebra: Add ability to send down a nhgid over route installDonald Sharp
2020-09-28lib, zebra: Add ZAPI_NHG_ADD|DELETEDonald Sharp
2020-09-28lib: Add the ability to grab a nhg starting idDonald Sharp
2020-09-11bgpd, lib, pbrd, zebra: Pass by ifnameDonald Sharp
2020-08-28lib: Note old ifindex on shutdownDonald Sharp
2020-08-20lib: zapi nexthop sort fixesMark Stapp
2020-08-12lib, zebra: add support for sending ARP requestsJakub UrbaƄczyk
2020-08-10Merge pull request #6783 from opensourcerouting/feature/sr-teRuss White
2020-08-10Merge pull request #6483 from sylane/router-id-v6Donald Sharp
2020-08-07lib, zebra: Add SR-TE policy infrastructure to zebraSebastien Merle
2020-08-05zebra: Ethernet segment management and support for MAC-ECMPAnuradha Karuppiah
2020-07-27Merge pull request #6765 from mjstapp/backup_nhg_netlinkRenato Westphal
2020-07-17lib,sharpd,zebra: initial support for multiple backup nexthopsMark Stapp
2020-07-17zebra: add IPv6 router-idSebastien Merle
2020-07-14*: un-split strings across linesDavid Lamparter
2020-06-16sharpd: add zclient session create and deleteMark Stapp
2020-06-10lib,zebra,sharpd: modify opaque zapi message to support unicastMark Stapp
2020-06-10lib,zebra: rename opaque decode apiMark Stapp
2020-06-02lib: add OPAQUE zapi messageMark Stapp
2020-06-01lib: add zapi_nexthop2str()Mark Stapp
2020-06-01lib: add backup nexthop/nhlfe to zapi label messagesMark Stapp
2020-04-16lib,zebra: add a session id for zapi sessionsMark Stapp
2020-04-13lib: fix SA warning in vrf creation zapi handlerQuentin Young
2020-04-13lib: fix if_set_valueQuentin Young
2020-04-13lib: re-add accidentally deleted pfx family setQuentin Young
2020-04-13lib: more zclient fixes; str termination, vrfs...Quentin Young
2020-04-13lib: don't crash on iface add for unknown vrfQuentin Young
2020-04-13lib: ensure iface name is null terminatedQuentin Young
2020-04-13lib: handle bogus VRF backend typeQuentin Young
2020-04-13lib: make all zclient.[ch] stream funcs safeQuentin Young
2020-04-08*: Do not cast to the same typeDonatas Abraitis