]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Reset export route counter during graceful restart
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 6 Apr 2016 23:10:24 +0000 (01:10 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 6 Apr 2016 23:10:24 +0000 (01:10 +0200)
commit06edbb67ed807811654e7fd8f0f9b83766430216
treec5cc9d366ff0906d224720e8a02d12a8f0044915
parentbd22d7f41d37dec8f7b8b845f6a18c775e66ddfc
Nest: Reset export route counter during graceful restart

Counter exp_routes is increased during initial route feed after GR
recovery, so it has to start with zero, otherwise BIRD will end with
double value in exp_routes.
nest/proto.c