summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_mpath.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-12-08 15:19:39 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-12-08 19:07:03 +0100
commit5b964da3c54e710de97aaf67f7338e76cf119044 (patch)
treecb5124ebbda11c5f2f45ca71bd5cd7f6456e268d /bgpd/bgp_mpath.h
parentbgpd: Use actual MULTIPATH_NUM as the limitor (diff)
downloadfrr-5b964da3c54e710de97aaf67f7338e76cf119044.tar.xz
frr-5b964da3c54e710de97aaf67f7338e76cf119044.zip
bgpd: Convert BGP_MAXIMUM_MAXPATHS to MULTIPATH_NUM
There is no point in allowing more BGP_MAXIMUM_MAXPATHS than MULTIPATH_NUM. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_mpath.h')
-rw-r--r--bgpd/bgp_mpath.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bgpd/bgp_mpath.h b/bgpd/bgp_mpath.h
index 9120ca343..0a51c98d0 100644
--- a/bgpd/bgp_mpath.h
+++ b/bgpd/bgp_mpath.h
@@ -24,9 +24,6 @@
#ifndef _QUAGGA_BGP_MPATH_H
#define _QUAGGA_BGP_MPATH_H
-/* Limit on number of configured maxpaths */
-#define BGP_MAXIMUM_MAXPATHS 255
-
/* Supplemental information linked to bgp_info for keeping track of
* multipath selections, lazily allocated to save memory
*/