]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: do not account twice references to rule context
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 18 May 2018 14:14:46 +0000 (16:14 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 31 May 2018 15:44:40 +0000 (17:44 +0200)
commitbde690ba703dc93e5a57fdac736a7c6c723f77a7
tree4954e6442f362cbed823057d80c193d78ab75f36
parent485849c6001e291a7262940e5a89905ace188be1
bgpd: do not account twice references to rule context

When rule add transaction is sent from bgpd to zebra, the reference
context must not be incremented while the confirmation message of
install has not been sent back; unless if the transaction failed to be
sent.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_zebra.c