<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<pre wrap=""><div class="moz-txt-sig">
yes, that's right, but i am asking here about Quagga, which is a routing software (OSPF, BGP etc.), not about kernel multipath, 
i mean if Quagga is compiled with Equal Cost MultiPath (ECMP), the "-enable-multipath" compile option.
Can someone post here the spec file from which quagga rpm was built for CentOS?
Thanks.




On Thu, Dec 10, 2009 at 7:42 AM, Cristian Carstea <a
 class="moz-txt-link-rfc2396E" href="mailto:cris@crisnet.ro"><cris@crisnet.ro></a> wrote:
</div></pre>
<blockquote type="cite">
  <pre wrap=""><span class="moz-txt-citetags">></span>
<span class="moz-txt-citetags">> </span>Hello,
<span class="moz-txt-citetags">></span>
<span class="moz-txt-citetags">> </span>does anybody know if quagga for CentOS 5.3 is compiled with
<span class="moz-txt-citetags">> </span>-enable-multipath?
<span class="moz-txt-citetags">> </span>I want to implement ECMP over 2 ISP.
<span class="moz-txt-citetags">></span>
  </pre>
</blockquote>
<pre wrap=""><!---->
You can look in the /boot/config-* files. Those are the configs that
it was built with.  In my 5.4 system:

[root@xm-c32-001 boot]# grep -i multipath config-2.6.18-128.2.1.el5xen
CONFIG_IP_ROUTE_MULTIPATH=y
# CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set
CONFIG_MD_MULTIPATH=m
CONFIG_DM_MULTIPATH=m
CONFIG_DM_MULTIPATH_EMC=m
CONFIG_DM_MULTIPATH_RDAC=m
CONFIG_DM_MULTIPATH_HP=m

</pre>
</body>
</html>