View Single Post

  #1 (permalink)  
Old 06-04-2004
tibo
 
Posts: n/a
Default Many bonding interface with different module parameters

Hello.

I know it's possible to have many bonding interface with the parameter
max_bonds. The problem is that all my bonding interfaces will have the same
parameters.

Does anyone know if it is possible to have many bonding interfaces with
different module parameters ?

For example,
bond0 with mode=balance-rr
and
bond1 with mode=balance-tlb

Would be something like, in /etc/modules.conf

options bond0 mode=0 miimon=100 etc.
options bond1 mode=5 miimon=200 etc...

Thanks !


Reply With Quote