diff options
author | Maria Matejka <mq@ucw.cz> | 2023-04-14 15:18:18 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-04-14 15:18:18 +0200 |
commit | 61e64d6a4119c32e0fa1b03285f805e21a00f6ab (patch) | |
tree | 60bf261c10d0260e1e9d9265b10ca5fd33f67e6a /proto/bgp/bgp.h | |
parent | 0c9e33fa7ae2bf0c0adb94c6ef9a446913ed50b8 (diff) | |
parent | 9e44ace3928a19560058dc713fcbff3a8bad3b3c (diff) |
Merge commit '9e44ace3' into thread-next-iface
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index c98582dd..6f75874f 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -108,6 +108,7 @@ struct bgp_config { int interpret_communities; /* Hardwired handling of well-known communities */ int allow_local_as; /* Allow that number of local ASNs in incoming AS_PATHs */ int allow_local_pref; /* Allow LOCAL_PREF in EBGP sessions */ + int allow_med; /* Allow BGP_MED in EBGP sessions */ int allow_as_sets; /* Allow AS_SETs in incoming AS_PATHs */ int enforce_first_as; /* Enable check for neighbor AS as first AS in AS_PATH */ int gr_mode; /* Graceful restart mode (BGP_GR_*) */ |