mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Fixed pipe reload/refeed to properly propagate as route refresh to the other table
This commit is contained in:
@@ -20,7 +20,11 @@ struct pipe_proto {
|
||||
struct proto p;
|
||||
struct channel *pri;
|
||||
struct channel *sec;
|
||||
uint pri_flags;
|
||||
uint sec_flags;
|
||||
struct tbf rl_gen;
|
||||
};
|
||||
|
||||
#define PIPE_FL_RR_BEGIN_PENDING 1 /* Route refresh should start with the first route notified */
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user