]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - proto/bgp/bgp.h
Merge commit 'origin/bfd'
[thirdparty/bird.git] / proto / bgp / bgp.h
index 6da38949418b5ef2d4bceddb9fa6d9a841ee5bd8..d2a96bbb67257800e50c3a51183228149c5f1e65 100644 (file)
@@ -45,6 +45,7 @@ struct bgp_config {
   int passive;                         /* Do not initiate outgoing connection */
   int interpret_communities;           /* Hardwired handling of well-known communities */
   int secondary;                       /* Accept also non-best routes (i.e. RA_ACCEPTED) */
+  int allow_local_as;                  /* Allow that number of local ASNs in incoming AS_PATHs */
   unsigned connect_retry_time;
   unsigned hold_time, initial_hold_time;
   unsigned keepalive_time;