From 5bd734317c05008a66eefaa14fc98a6d533cf9ef Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Tue, 31 Jul 2018 18:40:38 +0200 Subject: BGP: Long-lived graceful restart The patch implements long-lived graceful restart for BGP, namely draft-uttaro-idr-bgp-persistence-03. --- nest/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/protocol.h') diff --git a/nest/protocol.h b/nest/protocol.h index f0b65598..343ce523 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -229,6 +229,7 @@ struct proto { int (*rte_better)(struct rte *, struct rte *); int (*rte_same)(struct rte *, struct rte *); int (*rte_mergable)(struct rte *, struct rte *); + struct rte * (*rte_modify)(struct rte *, struct linpool *); void (*rte_insert)(struct network *, struct rte *); void (*rte_remove)(struct network *, struct rte *); -- cgit v1.2.3