0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00
This commit is contained in:
Vojtech Vilimek 2022-07-28 09:56:14 +02:00
parent e299ebd5b6
commit 75dd92c1f0

View File

@ -36,6 +36,7 @@ stats_rt_notify(struct proto *P UNUSED, struct channel *src_ch, const net_addr *
int changed = 0; int changed = 0;
if (new && old) if (new && old)
/* count of exported routes stays the same */ /* count of exported routes stays the same */
;
else if (!old) else if (!old)
{ {
ch->_counter++; ch->_counter++;