Many bonding interface with different module parameters

  • Follow


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 !

(no answer on linux.networking)


0
Reply bartol_78SPAMSUXXX (52) 6/6/2004 12:39:08 AM

tibo wrote:
> 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 !

It's documented in Documentation/networking/bonding.txt in the kernel 
source tree.  Search for the heading "Configuring Multiple Bonds".
0
Reply jpstewart (2598) 6/6/2004 2:17:22 AM


1 Replies
42 Views

(page loaded in 0.037 seconds)

Similiar Articles:













7/11/2012 1:26:48 PM


Reply: