]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: minor fix to label manager log
authorEmanuele Di Pascale <emanuele@voltanet.io>
Thu, 2 Apr 2020 22:05:44 +0000 (00:05 +0200)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Tue, 7 Apr 2020 09:33:16 +0000 (11:33 +0200)
commit1935832264935a3b20d498cd70974662e7b61be5
tree70f9399e7819e2528149c275e4fe20041e9ee498
parent7611871dfc447bc56f6b4e7c2937f0583ebf000f
zebra: minor fix to label manager log

zebra should only check whether a get_chunk operation succeeded
when processing the response, rather than insde the get_chunk
call itself. Spllitting the request and response hooks was done
precisely to allow for asynchronous calls to an external label
manager; in this case, the requested chunk is not necessarily
going to be available at request time.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
zebra/label_manager.c
zebra/zapi_msg.c