From 7911148b22a9efb1fd200b23e3c71cb1df3a0620 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 5 Oct 2022 15:17:38 +0200 Subject: Fixed pipe reload/refeed to properly propagate as route refresh to the other table --- proto/pipe/pipe.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'proto/pipe/pipe.h') diff --git a/proto/pipe/pipe.h b/proto/pipe/pipe.h index a6534e1c..501b8565 100644 --- a/proto/pipe/pipe.h +++ b/proto/pipe/pipe.h @@ -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 -- cgit v1.2.3