summaryrefslogtreecommitdiff
path: root/lib/zclient.c
AgeCommit message (Expand)Author
2022-08-24lib: Fix memory leak in `zclient_send_localsid()`Carmine Scarpitta
2022-06-10lib, zebra, bgpd: Move route EVPN flag to nexthopXiao Liang
2022-05-02*: use FRR interface name definition everywhereRafael Zalamena
2022-03-27*: add SAFI argument to zclient_send_rnhDavid Lamparter
2022-03-12*: When matching against a nexthop send and process what it matched againstDonald Sharp
2022-03-02lib: Fix zclient.c `enum event` to `enum zclient_event`Donald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-15lib: rename bfd function to reflect real functionalityIgor Ryzhov
2021-10-26Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White
2021-10-25lib: fix srv6 route hardcode with BGPHiroki Shirokura
2021-10-22lib: finish fixing spelling in lib filesewlumpkin
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-10-19lib: allow to create interfaces in non-existing VRFsIgor Ryzhov
2021-09-27lib, zebra: Send safi for rnh resolutionDonald Sharp
2021-09-27zebra: Attempt to clarify variable names as they are usedDonald Sharp
2021-09-27*: Remove the ZEBRA_IMPORT_ROUTE_XXX zapi messagesDonald Sharp
2021-09-27*: Add resolve via default flagDonald Sharp
2021-09-07lib: add zapi encode/decode func for srv6 locatorHiroki Shirokura
2021-08-26nhrp, zebra, lib: pass exact received neighbor state value to nhrpPhilippe Guibert
2021-08-04lib: Blackhole nexthops cannot be used as part of label generationDonald Sharp
2021-08-04lib: Convert assert to error and record it instead of abortingDonald Sharp
2021-07-07lib: Allow ZAPI_MESSAGE_OPAQUE_LENGTH length of dataDonald Sharp
2021-07-06Merge pull request #8942 from ton31337/fix/cleanups_2Donald Sharp
2021-07-01*: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis
2021-07-01*: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis
2021-07-01*: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLENDonatas Abraitis
2021-06-29lib: Avoid using assignments within checksDonatas Abraitis
2021-06-28isisd, ospfd: update interface_link_params callback to check for changeKaren Schoener
2021-06-08lib, ospfd, ospf6d: fix logging of pointer addressesRenato Westphal
2021-06-02*: delete ZEBRA_FLAG_SEG6*_ROUTE and add ZAPI_NEXTHOP_FLAG_SEG6*Hiroki Shirokura
2021-06-02lib,sharpd,zebra: update nexthop object with nh_srv6Hiroki Shirokura
2021-06-02*: eliminate redundant info from srv6 locator zapiHiroki Shirokura
2021-06-02zebra: drop un-needed info in locator-zapiHiroki Shirokura
2021-06-02zebra: delete unneeded zebra_srv6_manager_connectHiroki Shirokura
2021-06-02lib: erase wrong comments by copy-pasteHiroki Shirokura
2021-06-02lib: eliminate odd line-breakHiroki Shirokura
2021-06-02lib: integrate srv6-nexthop-cmp functionsHiroki Shirokura
2021-06-02*: use one line init instead of memset and format itHiroki Shirokura
2021-06-02zebra: add zapi_srv6_locator_chunk_{en,de}codeHiroki Shirokura
2021-06-02lib: add usual func to install SRv6 localsid (step4)Hiroki Shirokura
2021-06-02*: fix code format accourding to checkpatchHiroki Shirokura
2021-06-02lib: add new nexthop's attributes seg6 (step3)Hiroki Shirokura
2021-06-02lib: add new structures for srv6-locator (step2)Hiroki Shirokura
2021-06-02lib: add new nexthop's attributes seg6local (step1)Hiroki Shirokura
2021-04-30nhrpd: cleaning netlink gre informationPhilippe Guibert
2021-04-30lib, zebra: get gre informationPhilippe Guibert
2021-04-28lib, bgpd, zebra: RA interval is unsignedQuentin Young
2021-04-13nhrp, zebra, lib: enforce usage of zapi_neigh_ip structurePhilippe Guibert