Bug 90502

Summary: No multipath routes in zebra
Product: [Retired] Red Hat Linux Reporter: Michael Stefaniuc <mstefani>
Component: zebraAssignee: Jay Fenlason <fenlason>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 9CC: jfeeney
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-06-30 15:35:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Stefaniuc 2003-05-08 21:43:23 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030314

Description of problem:
The kernel has the IP Route Multipath Option activated to allow routing (load
balancing) over different paths with the same cost but zebra can't inject
multipath routes. This is due to zebra being configured with the default
--enable-mutipath=1 (only one route to a net/host with the same cost).
Please change the spec file to configure with --enable-mutipath=0 (unlimited
routes to a net/host with the same cost).
It's not urgent cause the user can always add the option themselfs and recompile.

Version-Release number of selected component (if applicable):
zebra-0.93b-1

How reproducible:
Always

Steps to Reproduce:
1. look at the spec file and zebra's configure script
2.
3.
    

Actual Results:  no --enable-mutipath=0 in the configure command line in the
spec file and default is --enable-mutipath=1

Expected Results:  --enable-mutipath=0 in the configure command line in the spec
file

Additional info:  the same problem affects the zebra shipped with RHL 8.0

Comment 1 Jay Fenlason 2004-06-30 15:35:56 UTC
--enable-multipath appears to be turned on in the quagga-0.96.5-1 rpms
in current rawhide.