]> git.ipfire.org Git - thirdparty/bird.git/commit
Allowing to restart a route refresh.
authorMaria Matejka <mq@ucw.cz>
Sun, 19 Mar 2023 12:21:35 +0000 (13:21 +0100)
committerMaria Matejka <mq@ucw.cz>
Tue, 4 Apr 2023 15:00:58 +0000 (17:00 +0200)
commit731ec008402a6e800ceb4c1171e44852ecc4679a
tree3a05084526dd0fdecaf7d200179e468fef99b42f
parent765bf99b695a9525fe4dfbc3f5e0bb90f56826d0
Allowing to restart a route refresh.

Repeated pipe refeed should not end route refresh as the prune routine
may start pruning otherwise valid routes.

The same applies for BGP repeated route refresh.
nest/rt-table.c
proto/bgp/bgp.c