From 56c8f2f03a8631417dc3b730625c08ffca42ead2 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Fri, 1 May 2020 22:26:24 +0200 Subject: Nest: Route generations and explicit tracking route propagion through pipes --- proto/pipe/pipe.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/pipe/pipe.h') diff --git a/proto/pipe/pipe.h b/proto/pipe/pipe.h index 038c6666..60c857eb 100644 --- a/proto/pipe/pipe.h +++ b/proto/pipe/pipe.h @@ -12,12 +12,14 @@ struct pipe_config { struct proto_config c; struct rtable_config *peer; /* Table we're connected to */ + u8 max_generation; }; struct pipe_proto { struct proto p; struct channel *pri; struct channel *sec; + struct tbf rl_gen; }; #endif -- cgit v1.2.3