From fdacb89a536b1be2fc01904a73e1bee48a49e0d3 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Tue, 11 Oct 2022 19:26:31 +0200 Subject: BGP refeed and reload with Adj-RIB-In/Out is done without route refresh --- proto/bgp/bgp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/bgp/bgp.h') diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 1bcfb915..b76ffe99 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -383,6 +383,8 @@ struct bgp_channel { u8 feed_state; /* Feed state (TX) for EoR, RR packets, see BFS_* */ u8 load_state; /* Load state (RX) for EoR, RR packets, see BFS_* */ + + u8 feed_out_table; /* Refeed into out_table */ }; struct bgp_prefix { -- cgit v1.2.3