From 8ad9c4bb339172d445d1346876b2c9f3c27199c1 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 27 Sep 2023 12:51:55 +0200 Subject: BGP config: Splitting Route Refresh and Enhanced Route Refresh Both toggles are on by default but if some implementation needs one or another to be switched off separately, then it's possible now. --- proto/bgp/bgp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/bgp/bgp.h') diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index c11433ec..1ba3de5e 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -96,6 +96,7 @@ struct bgp_config { u32 default_med; /* Default value for MULTI_EXIT_DISC attribute */ int capabilities; /* Enable capability handshake [RFC 5492] */ int enable_refresh; /* Enable local support for route refresh [RFC 2918] */ + int enable_enhanced_refresh; /* Enable local support for enhanced route refresh [RFC 7313] */ int enable_as4; /* Enable local support for 4B AS numbers [RFC 6793] */ int enable_extended_messages; /* Enable local support for extended messages [RFC 8654] */ int enable_hostname; /* Enable local support for hostname [draft] */ -- cgit v1.2.3