summaryrefslogtreecommitdiff
path: root/proto/bgp/bgp.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2023-11-25 23:37:21 +0100
committerMikael Magnusson <mikma@users.sourceforge.net>2023-11-25 23:37:21 +0100
commit2e07c7615ab27d647d1f7b1e3b93b19f53b40dac (patch)
treef3f712075e6b081c354a9e50aa4a1e004f6ec96f /proto/bgp/bgp.h
parentd368a1d3ec1f84b2a4a28726b2fd5d311efe52d0 (diff)
parent8ad9c4bb339172d445d1346876b2c9f3c27199c1 (diff)
Merge commit '8ad9c4bb' into wireguard-next-tmp7-1
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r--proto/bgp/bgp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h
index 178ff827..d8baf416 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] */