]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgpd.h
Merge branch 'quagga' into google-bgp-multipath
[mirror_frr.git] / bgpd / bgpd.h
index 892e7decc632ac81fab61181ebbcd4f28247040d..09a3435c3bfbe9cc3f0d710161bf2becf26cc6be 100644 (file)
@@ -162,6 +162,12 @@ struct bgp
   /* BGP graceful restart */
   u_int32_t restart_time;
   u_int32_t stalepath_time;
+
+  /* Maximum-paths configuration */
+  struct bgp_maxpaths_cfg {
+    u_int16_t maxpaths_ebgp;
+    u_int16_t maxpaths_ibgp;
+  } maxpaths[AFI_MAX][SAFI_MAX];
 };
 
 /* BGP peer-group support. */