From: Steven Smith Date: Thu, 28 May 2009 10:54:19 +0000 (+0100) Subject: patch bonding-default-slb.patch X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=845da9212c0844f8f1b87d6a65655d4ebbef05d6;p=people%2Fssmith%2Fnc2-2.6.27.bak%2F.git patch bonding-default-slb.patch --- diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 3f3a7c1d..35b6a536 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c @@ -153,7 +153,7 @@ static struct proc_dir_entry *bond_proc_dir = NULL; extern struct rw_semaphore bonding_rwsem; static __be32 arp_target[BOND_MAX_ARP_TARGETS] = { 0, } ; static int arp_ip_count = 0; -static int bond_mode = BOND_MODE_ROUNDROBIN; +static int bond_mode = BOND_MODE_SLB; static int xmit_hashtype= BOND_XMIT_POLICY_LAYER2; static int lacp_fast = 0;